mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
refactor(container): container creation page and plus button [EE-3744] (#7325)
This commit is contained in:
parent
2a43285593
commit
3239a61bda
23 changed files with 42 additions and 36 deletions
|
@ -251,7 +251,7 @@
|
|||
{{ layer.CreatedBy | imagelayercommand | truncate: 130 }}
|
||||
<span ng-if="layer.CreatedBy.length > 130" style="margin-left: 5px">
|
||||
<a id="layer-command-expander{{ $index }}" class="btn" ng-click="toggleLayerCommand($index)">
|
||||
<i class="fa fa-plus-circle" aria-hidden="true"></i>
|
||||
<pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon>
|
||||
</a>
|
||||
</span>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue