ui adjustments after ODS and Web update
This commit is contained in:
committed by
Pascal Wengerter
parent
75009c1ed7
commit
f90d329e85
+2
-4
@@ -11,7 +11,7 @@ function $gettext (msg) {
|
||||
const appInfo = {
|
||||
name: $gettext('Settings'),
|
||||
id: 'settings',
|
||||
icon: 'application',
|
||||
icon: 'settings-4',
|
||||
isFileEditor: false,
|
||||
extensions: []
|
||||
}
|
||||
@@ -20,9 +20,7 @@ const routes = [
|
||||
{
|
||||
name: 'settings',
|
||||
path: '/:extension?',
|
||||
components: {
|
||||
app: SettingsApp
|
||||
}
|
||||
component: SettingsApp
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<template v-if="initialized">
|
||||
<oc-alert v-if="extensions.length === 0" variation="primary" no-close>
|
||||
<p class="uk-flex uk-flex-middle">
|
||||
<oc-icon name="info" class="oc-mr-s" />
|
||||
<oc-icon name="information" class="oc-mr-s" />
|
||||
<translate>No settings available</translate>
|
||||
</p>
|
||||
</oc-alert>
|
||||
|
||||
Reference in New Issue
Block a user