diff --git a/app/assets/css/bootstrap-override.css b/app/assets/css/bootstrap-override.css index 09c546a0c..3c874c39c 100644 --- a/app/assets/css/bootstrap-override.css +++ b/app/assets/css/bootstrap-override.css @@ -33,10 +33,6 @@ justify-content: center; } -.justify-left { - justify-content: left; -} - .blue { background: var(--bg-dashboard-item) !important; } @@ -409,3 +405,7 @@ input:checked + .slider:before { cursor: pointer; color: var(--ui-gray-9) !important; } + +.widget-header { + font-size: 16px; +} diff --git a/app/assets/css/icon.css b/app/assets/css/icon.css index b9df94a56..b055e40f5 100644 --- a/app/assets/css/icon.css +++ b/app/assets/css/icon.css @@ -12,6 +12,7 @@ pr-icon { .icon { color: currentColor; margin: 0; + display: inline-block; font-size: var(--icon-size); height: var(--icon-size); diff --git a/app/assets/ico/plug.svg b/app/assets/ico/plug.svg index 9d9b0e90b..a43d6ff2a 100644 --- a/app/assets/ico/plug.svg +++ b/app/assets/ico/plug.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/app/assets/ico/user-lock.svg b/app/assets/ico/user-lock.svg index cbebf89af..afc79bf0b 100644 --- a/app/assets/ico/user-lock.svg +++ b/app/assets/ico/user-lock.svg @@ -1 +1,5 @@ - \ No newline at end of file + + + + + diff --git a/app/kubernetes/registries/kube-registry-access-view/kube-registry-access-view.html b/app/kubernetes/registries/kube-registry-access-view/kube-registry-access-view.html index bf4612528..a497d8713 100644 --- a/app/kubernetes/registries/kube-registry-access-view/kube-registry-access-view.html +++ b/app/kubernetes/registries/kube-registry-access-view/kube-registry-access-view.html @@ -5,7 +5,7 @@
- +
@@ -26,8 +26,8 @@ >
-
- +
+ Note: adding this registry will expose the registry credentials to all users of this namespace
@@ -37,12 +37,12 @@
@@ -57,7 +57,7 @@
-
+
diff --git a/app/portainer/components/datatables/strings-datatable/strings-datatable.html b/app/portainer/components/datatables/strings-datatable/strings-datatable.html index 0b6faf0ec..73b5acef2 100644 --- a/app/portainer/components/datatables/strings-datatable/strings-datatable.html +++ b/app/portainer/components/datatables/strings-datatable/strings-datatable.html @@ -1,14 +1,12 @@
- - -
- +
+
+ + {{ $ctrl.titleText }}
- +
@@ -27,11 +37,14 @@ - - {{ $ctrl.columnHeader }} - - - + diff --git a/app/portainer/components/registry-details/registry-details.html b/app/portainer/components/registry-details/registry-details.html index 8f870c977..d33951faa 100644 --- a/app/portainer/components/registry-details/registry-details.html +++ b/app/portainer/components/registry-details/registry-details.html @@ -1,18 +1,18 @@
- +
- + - + diff --git a/app/portainer/components/widget/rd-widget-title.ts b/app/portainer/components/widget/rd-widget-title.ts index 639e2bbdf..d47c4321c 100644 --- a/app/portainer/components/widget/rd-widget-title.ts +++ b/app/portainer/components/widget/rd-widget-title.ts @@ -14,8 +14,8 @@ export const rdWidgetTitle = {
- - {{ $ctrl.titleText }} + + {{ $ctrl.titleText }}
diff --git a/app/portainer/services/modal.service/confirm.ts b/app/portainer/services/modal.service/confirm.ts index e8b25c234..a6eecf26b 100644 --- a/app/portainer/services/modal.service/confirm.ts +++ b/app/portainer/services/modal.service/confirm.ts @@ -155,7 +155,7 @@ export function confirmDetachment(message: string, callback: ConfirmCallback) { buttons: { confirm: { label: 'Detach', - className: 'btn-danger', + className: 'btn-primary', }, }, callback,
NameName {{ $ctrl.registry.Name }}
URLURL {{ $ctrl.registry.URL }}