mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
autogen: fix actions bar width
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
3a47f10e97
commit
3cae7f5912
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<breadcrumb v-if="device !== 'desktop'" class="mobile-breadcrumb" />
|
||||
<a-row>
|
||||
<a-col :span="17">
|
||||
<a-col :span="18">
|
||||
<a-tooltip placement="bottom" v-for="(action, actionIndex) in actions" :key="actionIndex" v-if="action.api in $store.getters.apis && ((!dataView && (action.listView || action.groupAction && selectedRowKeys.length > 0)) || (dataView && action.dataView))">
|
||||
<template slot="title">
|
||||
{{ $t(action.label) }}
|
||||
@ -46,7 +46,7 @@
|
||||
</a-button-group>
|
||||
</span>
|
||||
</a-col>
|
||||
<a-col :span="7">
|
||||
<a-col :span="6">
|
||||
<a-tooltip placement="bottom" v-if="dataView">
|
||||
<template slot="title">
|
||||
{{ "Refresh" }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user