File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
bigtop-manager-ui/src/layouts Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2727 <img :src =" usePngImage('default')" />
2828 <a-typography-text >{{ $t('cluster.cluster_unavailable_message') }}</a-typography-text >
2929 <a-typography-link underline @click =" () => $router.push({ name: 'ClusterCreate' })" >
30- {{ $t('cluster .create') }}
30+ {{ $t('menu .create') }}
3131 </a-typography-link >
3232 </div >
3333 </a-card >
Original file line number Diff line number Diff line change 106106 <div class =" create-option" >
107107 <a-button type =" primary" ghost @click =" addCluster" >
108108 <div >
109- <svg-icon style =" margin-left : 0 " name =" plus" />
110109 <label >{{ $t('menu.create') }}</label >
111110 </div >
112111 </a-button >
148147 width : 160px ;
149148 @include flexbox ($align : center , $justify : center );
150149 label {
151- margin-left : 10px ;
152150 cursor : pointer ;
153151 }
154152 }
You can’t perform that action at this time.
0 commit comments