diff --git a/app/components/form-networking/template.hbs b/app/components/form-networking/template.hbs index f43e5c33a..99451bdcc 100644 --- a/app/components/form-networking/template.hbs +++ b/app/components/form-networking/template.hbs @@ -180,9 +180,6 @@ {{dns.value}} - -   - {{/each}} @@ -225,9 +222,6 @@ {{dnsSearch.value}} - -   - {{/each}} diff --git a/app/components/form-security/template.hbs b/app/components/form-security/template.hbs index 0926ec403..410293b42 100644 --- a/app/components/form-security/template.hbs +++ b/app/components/form-security/template.hbs @@ -9,7 +9,7 @@ {{/input-or-display}} - +
@@ -34,7 +34,7 @@ {{/input-or-display}} - +
@@ -58,6 +58,7 @@ {{input type="text" value=instance.cpuSet classNames="form-control" placeholder=(t 'formSecurity.cpuPinning.placeholder')}} {{/input-or-display}} +
@@ -89,7 +90,7 @@ {{/if}} {{/if}} - +
{{#unless editing}}
diff --git a/app/components/settings/catalog-url/template.hbs b/app/components/settings/catalog-url/template.hbs index f09b55c6a..527f85a50 100644 --- a/app/components/settings/catalog-url/template.hbs +++ b/app/components/settings/catalog-url/template.hbs @@ -21,7 +21,7 @@
-
+
{{t 'catalogSettings.community.header'}}

{{t 'catalogSettings.community.helpText.text'}}{{#if settings.isRancher}} {{t 'catalogSettings.community.helpText.isRancher'}}{{/if}} diff --git a/app/container/volumes/template.hbs b/app/container/volumes/template.hbs index 0682a7643..15b613ba0 100644 --- a/app/container/volumes/template.hbs +++ b/app/container/volumes/template.hbs @@ -29,7 +29,7 @@ {{#if model.mountError}}

{{t 'containersPage.containerPage.volumesTab.table.body.error.error'}} {{model.mountError.message}}
{{else}} -
{{t 'containersPage.containerPage.volumesTab.table.body.error.noData'}}
+
{{t 'containersPage.containerPage.volumesTab.table.body.error.noData'}}
{{/if}} diff --git a/app/host/template.hbs b/app/host/template.hbs index 521332446..14a363c97 100644 --- a/app/host/template.hbs +++ b/app/host/template.hbs @@ -18,7 +18,7 @@
-
+
{{#if host.description}}
diff --git a/app/service/links/template.hbs b/app/service/links/template.hbs index 37557c0c9..6aeea6f76 100644 --- a/app/service/links/template.hbs +++ b/app/service/links/template.hbs @@ -1,7 +1,7 @@
    {{#each model.consumedServicesWithNames as |link|}} - {{#if (eq link.service.name link.name)}} +
  • {{#if (eq link.service.name link.name)}} {{t (if (eq link.service.environmentId model.environmentID) 'serviceLink.noAlias.sameStack' 'serviceLink.noAlias.differentStack') stack=link.service.displayEnvironment service=link.service.displayName @@ -13,7 +13,7 @@ service=link.service.displayName alias=link.name }} - {{/if}} + {{/if}}
  • {{else}}
  • {{t 'servicePage.linksTab.noData'}}
  • {{/each}} diff --git a/app/styles/layout/_sm-screen.scss b/app/styles/layout/_sm-screen.scss index 0ff5d63fa..dcfd5e395 100644 --- a/app/styles/layout/_sm-screen.scss +++ b/app/styles/layout/_sm-screen.scss @@ -149,7 +149,6 @@ td:before { content: attr(data-title); width: 45%; - margin-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; diff --git a/app/styles/layout/_xs-screen.scss b/app/styles/layout/_xs-screen.scss index 95b9fe970..1bb6c9b16 100644 --- a/app/styles/layout/_xs-screen.scss +++ b/app/styles/layout/_xs-screen.scss @@ -5,6 +5,20 @@ width: 100%; } + .btn-group.searchable .icon { + top: 18px; + } + + .searchable { + margin-bottom: 15px; + } + + ul.nav-tabs.shadowed li { + display: block; + width: 100%; + margin-bottom: 5px; + } + .grid { & > THEAD > TR > TH, & > THEAD > TR > TD, diff --git a/app/styles/vendors/_bootstrap-tweak.scss b/app/styles/vendors/_bootstrap-tweak.scss index c474690c7..e858d77c5 100644 --- a/app/styles/vendors/_bootstrap-tweak.scss +++ b/app/styles/vendors/_bootstrap-tweak.scss @@ -8,7 +8,6 @@ a { H1, H2, H3, H4, H5, H6, SECTION.header { margin: 0; cursor: normal; - word-break: break-all; .btn { margin-left: 10px;