mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
feat(ui): css tidy up for ui change EE-3795 (#7354)
* css tidy up for ui change
This commit is contained in:
parent
03590d46e6
commit
75c1b485ab
51 changed files with 151 additions and 140 deletions
|
@ -72,6 +72,7 @@
|
|||
name="'administrator'"
|
||||
checked="$ctrl.model.Authentication"
|
||||
on-change="($ctrl.toggleAuthentication)"
|
||||
label-class="'col-sm-2'"
|
||||
></por-switch-field>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
name="'administrator'"
|
||||
checked="$ctrl.model.Authentication"
|
||||
on-change="($ctrl.toggleAuthentication)"
|
||||
label-class="'col-sm-2'"
|
||||
></por-switch-field>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -63,10 +63,10 @@
|
|||
<div class="form-group">
|
||||
<div class="col-sm-12">
|
||||
<por-switch-field
|
||||
label="'Use organization registry'"
|
||||
label-class="'col-sm-3 col-lg-2'"
|
||||
label="'Use organisation registry'"
|
||||
checked="$ctrl.model.Quay.useOrganisation"
|
||||
on-change="($ctrl.toggleOrganisation)"
|
||||
label-class="'col-sm-2'"
|
||||
></por-switch-field>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -14,7 +14,7 @@ export const rdWidgetTitle = {
|
|||
<div class="widget-header" ng-class="$ctrl.parentClasses">
|
||||
<div class="row">
|
||||
<span ng-class="$ctrl.classes" class="pull-left vertical-center">
|
||||
<pr-icon icon="$ctrl.icon" feather="$ctrl.featherIcon"></pr-icon>
|
||||
<pr-icon icon="$ctrl.icon" feather="$ctrl.featherIcon" class-name="'icon-nested-blue'" mode="'primary'"></pr-icon>
|
||||
<span ng-transclude="title">{{ $ctrl.titleText }}</span>
|
||||
</span>
|
||||
<span ng-class="$ctrl.classes" class="pull-right" ng-transclude></span>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<span class="col-sm-12 text-muted small"
|
||||
<span class="col-sm-12 text-muted small vertical-center"
|
||||
><pr-icon icon="'alert-triangle'" feather="true" class-name="'icon-sm icon-yellow'"></pr-icon> Changing from default is only recommended if you have additional layers
|
||||
of authentication in front of Portainer.
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue