dashboard-shell-shell 3.0.5-test.14 → 3.0.5-test.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -867,6 +867,7 @@ export default {
|
|
|
867
867
|
@click="hide()"
|
|
868
868
|
>
|
|
869
869
|
<router-link
|
|
870
|
+
v-if="a.value !== 'fleet'"
|
|
870
871
|
class="option"
|
|
871
872
|
:class="{'active-menu-link': a.isMenuActive }"
|
|
872
873
|
:to="a.to"
|
|
@@ -923,7 +924,7 @@ export default {
|
|
|
923
924
|
<div
|
|
924
925
|
class="footer"
|
|
925
926
|
>
|
|
926
|
-
<div
|
|
927
|
+
<!-- <div
|
|
927
928
|
v-if="canEditSettings"
|
|
928
929
|
class="support"
|
|
929
930
|
@click="hide()"
|
|
@@ -948,7 +949,7 @@ export default {
|
|
|
948
949
|
>
|
|
949
950
|
{{ aboutText }}
|
|
950
951
|
</router-link>
|
|
951
|
-
</div>
|
|
952
|
+
</div> -->
|
|
952
953
|
</div>
|
|
953
954
|
</div>
|
|
954
955
|
</transition>
|
package/components/nav/Type.vue
CHANGED
|
@@ -158,7 +158,7 @@ export default {
|
|
|
158
158
|
<div v-else style="display: flex; align-items: center;" class="labelKey_menu">
|
|
159
159
|
<i v-if="!type.labelDisplay || (type.labelDisplay && type.labelDisplay.indexOf('</i>') === -1)" class="icon icon-fw icon-globe" style="color: var(--muted);width: 32px;text-align: left;"></i>
|
|
160
160
|
<span
|
|
161
|
-
v-clean-html="type.labelDisplay
|
|
161
|
+
v-clean-html="type.labelDisplay || type.label"
|
|
162
162
|
class="label"
|
|
163
163
|
:class="{'no-icon': !type.icon}"
|
|
164
164
|
/>
|
package/package.json
CHANGED
package/pages/account/index.vue
CHANGED
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
</button>
|
|
184
184
|
</div>
|
|
185
185
|
</div>
|
|
186
|
-
<button
|
|
186
|
+
<!-- <button
|
|
187
187
|
v-if="apiKeySchema"
|
|
188
188
|
role="button"
|
|
189
189
|
:aria-label="t('accountAndKeys.apiKeys.add.label')"
|
|
@@ -192,7 +192,7 @@ export default {
|
|
|
192
192
|
@click="addKey"
|
|
193
193
|
>
|
|
194
194
|
{{ t('accountAndKeys.apiKeys.add.label') }}
|
|
195
|
-
</button>
|
|
195
|
+
</button> -->
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
198
|
<div class="account_card mb-20">
|