mirror of https://github.com/portainer/portainer
fix(hosts): remove browse button
parent
04a7944b32
commit
a5dd408048
|
@ -4,9 +4,6 @@
|
||||||
ui-sref-opts="{reload: true}">
|
ui-sref-opts="{reload: true}">
|
||||||
<i class="fa fa-sync" aria-hidden="true"></i>
|
<i class="fa fa-sync" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
<a title="Browse" ui-sref="docker.nodes.node.browse" ng-if="$ctrl.isAgent">
|
|
||||||
Browse
|
|
||||||
</a>
|
|
||||||
</rd-header-title>
|
</rd-header-title>
|
||||||
<rd-header-content>Docker</rd-header-content>
|
<rd-header-content>Docker</rd-header-content>
|
||||||
</rd-header>
|
</rd-header>
|
||||||
|
|
|
@ -271,13 +271,4 @@ angular.module('portainer.docker')
|
||||||
}
|
}
|
||||||
return _.split(imageName, '@sha256')[0];
|
return _.split(imageName, '@sha256')[0];
|
||||||
};
|
};
|
||||||
})
|
|
||||||
.filter('commaSeparated', function commaSeparatedFilter() {
|
|
||||||
'use strict';
|
|
||||||
return function commaSeparated(list) {
|
|
||||||
if (!list) {
|
|
||||||
return list;
|
|
||||||
}
|
|
||||||
return list.join(', ');
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue