mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
settings: Fix global settings name display issue (#559)
Global setting name is displayed twice Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
878f362ea1
commit
552b9ae1bf
@ -74,7 +74,7 @@
|
||||
<os-logo v-if="record.ostypename" :osName="record.ostypename" size="1x" style="margin-right: 5px" />
|
||||
|
||||
<span v-if="$route.path.startsWith('/globalsetting')">{{ text }}</span>
|
||||
<span v-if="$route.path.startsWith('/alert')">
|
||||
<span v-else-if="$route.path.startsWith('/alert')">
|
||||
<router-link :to="{ path: $route.path + '/' + record.id }" v-if="record.id">{{ $t(text.toLowerCase()) }}</router-link>
|
||||
<router-link :to="{ path: $route.path + '/' + record.name }" v-else>{{ $t(text.toLowerCase()) }}</router-link>
|
||||
</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user