Browse Source

chore: Remove unused code from dashboard entrypoint

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
tags/v29.0.0beta1
Ferdinand Thiessen 4 months ago
parent
commit
d4eb3bcac2
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      apps/dashboard/src/main.js

+ 0
- 7
apps/dashboard/src/main.js View File

@@ -33,13 +33,6 @@ Vue.directive('Tooltip', VTooltip)

Vue.prototype.t = t

// FIXME workaround to make the sidebar work
if (!window.OCA.Files) {
window.OCA.Files = {}
}

Object.assign(window.OCA.Files, { App: { fileList: { filesClient: OC.Files.getClient() } } }, window.OCA.Files)

const Dashboard = Vue.extend(DashboardApp)
const Instance = new Dashboard({}).$mount('#app-content-vue')


Loading…
Cancel
Save