mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(k8s/application): minor UI update
This commit is contained in:
parent
8d6f6e306a
commit
b77e39c065
1 changed files with 2 additions and 2 deletions
|
@ -397,7 +397,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div class="input-group col-sm-2 input-group-sm" ng-class="{ striked: persistedFolder.NeedsDeletion }" ng-if="persistedFolder.UseNewVolume">
|
||||
<div class="input-group col-sm-3 input-group-sm" ng-class="{ striked: persistedFolder.NeedsDeletion }" ng-if="persistedFolder.UseNewVolume">
|
||||
<span class="input-group-addon">requested size</span>
|
||||
<input
|
||||
type="number"
|
||||
|
@ -420,7 +420,7 @@
|
|||
</div>
|
||||
|
||||
<div
|
||||
class="input-group col-sm-3 input-group-sm"
|
||||
class="input-group col-sm-2 input-group-sm"
|
||||
ng-class="{ striked: persistedFolder.NeedsDeletion }"
|
||||
style="vertical-align: top;"
|
||||
ng-if="persistedFolder.UseNewVolume"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue