fix: Hide download btn in swift container page
Hide download btn in swift container list page Change-Id: I47d0e60220dc216b2a68afd14e2b37e40402e5b5
This commit is contained in:
parent
d3674e04a2
commit
a956a9f3df
@ -113,6 +113,10 @@ export default class Container extends Base {
|
||||
return true;
|
||||
}
|
||||
|
||||
get hideDownload() {
|
||||
return true;
|
||||
}
|
||||
|
||||
get rowKey() {
|
||||
return 'name';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user