diff --git a/app/assets/css/icon.css b/app/assets/css/icon.css index 7eac5903c..aafe80cc1 100644 --- a/app/assets/css/icon.css +++ b/app/assets/css/icon.css @@ -99,6 +99,9 @@ pr-icon { } .icon-nested-gray { + display: flex; + justify-content: center; + align-items: center; height: 30px; width: 30px; padding: 5px; @@ -109,6 +112,9 @@ pr-icon { } .icon-nested-blue { + display: flex; + justify-content: center; + align-items: center; height: 30px; width: 30px; padding: 5px; diff --git a/app/assets/css/rdash.css b/app/assets/css/rdash.css index 157982744..cb41c9fed 100644 --- a/app/assets/css/rdash.css +++ b/app/assets/css/rdash.css @@ -96,7 +96,7 @@ div.input-mask { } .widget .widget-header { color: var(--text-widget-header-color); - padding: 10px 15px; + padding: 20px 20px 10px 20px; line-height: 30px; font-weight: 500; } diff --git a/app/assets/css/vendor-override.css b/app/assets/css/vendor-override.css index 747653c1b..66ee9a1f3 100644 --- a/app/assets/css/vendor-override.css +++ b/app/assets/css/vendor-override.css @@ -234,6 +234,27 @@ json-tree .branch-preview { background-color: var(--bg-progress-color); } +.ui-select-search, +.ui-select-toggle { + height: 30px; + min-width: 260px; + padding: 4px 12px; +} + +.ui-select-toggle { + justify-content: flex-start !important; +} + +.ui-select-match-text { + display: flex; + flex-direction: row-reverse; + align-items: center; +} + +.ui-select-match-text > a { + verical-align: middle; +} + .ui-select-bootstrap .ui-select-choices-row > span { color: var(--text-ui-select-color); } diff --git a/app/assets/ico/flask.svg b/app/assets/ico/flask.svg index 3083c8f9a..4971b5886 100644 --- a/app/assets/ico/flask.svg +++ b/app/assets/ico/flask.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/app/assets/ico/vendor/helm.svg b/app/assets/ico/vendor/helm.svg new file mode 100644 index 000000000..fbc279f8f --- /dev/null +++ b/app/assets/ico/vendor/helm.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html b/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html index 09aa76313..f3aa788ae 100644 --- a/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html +++ b/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html @@ -1,5 +1,10 @@ - +
+
+ + Additional repositories +
+
@@ -7,7 +12,7 @@ Add a Helm repository. All Helm charts in the repository will be added to the list.
-
+
-
+
-

A valid URL beginning with http(s) is required.

+

A valid URL beginning with http(s) is required.

-
-
-
Helm repo already exists.
+
+
+
+

Helm repo already exists.

+
@@ -39,7 +48,7 @@
+ + + Loading values.yaml... + +
-
Web editor
-
- - You can get more information about Helm values file format in the - official documentation. - -
- + on-change="($ctrl.editorUpdate)" + yml="true" + placeholder="# Define or paste the content of your values yaml file here" + > + + You can get more information about Helm values file format in the + official documentation. + +
@@ -124,7 +151,7 @@