File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 </div >
5050 </template >
5151 <template #bodyCell =" { column , text , record } " >
52- <template v-if =" [ ' name' , ' provider' ].includes (column . key ) " >
52+ <template v-if =" column . key === ' name' || ( column . key === ' provider' && [ ' oauthsetting ' ].includes ($route . path . split ( ' / ' )[ 1 ])) " >
5353 <span
5454 v-if =" ['vm', 'vnfapp'].includes($route.path.split('/')[1])"
5555 style =" margin-right : 5px "
7070 style =" margin-left : 5px "
7171 :actions =" actions"
7272 :resource =" record"
73- :enabled =" quickViewEnabled() && actions.length > 0 && columns && [ 'name', 'provider'].includes(columns[0].dataIndex )"
73+ :enabled =" quickViewEnabled() && actions.length > 0 && columns && (columns[0].dataIndex === 'name' || (columns[0].dataIndex === 'provider' && ['oauthsetting' ].includes($route.path.split('/')[1])) )"
7474 @exec-action =" $parent.execAction"
7575 />
7676 <span
You can’t perform that action at this time.
0 commit comments