ui adjustments after ODS and Web update

This commit is contained in:
Benedikt Kulmann
2022-02-15 14:46:14 +00:00
committed by Pascal Wengerter
parent 75009c1ed7
commit f90d329e85
10 changed files with 43 additions and 44 deletions
+2 -4
View File
@@ -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
}
]
+1 -1
View File
@@ -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>