1
0
Fork 0
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:
Richard Wei 2022-08-02 12:17:22 +12:00 committed by GitHub
parent 03590d46e6
commit 75c1b485ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 151 additions and 140 deletions

View file

@ -72,6 +72,7 @@
name="'administrator'"
checked="$ctrl.model.Authentication"
on-change="($ctrl.toggleAuthentication)"
label-class="'col-sm-2'"
></por-switch-field>
</div>
</div>

View file

@ -60,6 +60,7 @@
name="'administrator'"
checked="$ctrl.model.Authentication"
on-change="($ctrl.toggleAuthentication)"
label-class="'col-sm-2'"
></por-switch-field>
</div>
</div>

View file

@ -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>

View file

@ -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>

View file

@ -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>