From 1619b0ed50862d0e5e00ebf2b5d7699b74d194ae Mon Sep 17 00:00:00 2001 From: lvuch Date: Fri, 23 Oct 2020 11:39:16 -0700 Subject: [PATCH 1/2] divider fix --- assets/styles/base/_mixins.scss | 4 ++-- components/AsyncButton.vue | 4 ++-- components/form/Command.vue | 2 +- components/form/Container.vue | 10 +++++----- components/form/HealthCheck.vue | 4 ++-- components/form/Networking.vue | 6 +++--- components/form/PodScheduling.vue | 2 +- components/form/Scheduling.vue | 6 +++--- components/form/Security.vue | 4 ++-- .../providers/elasticsearch.vue | 4 ++-- edit/resources.cattle.io.restore.vue | 2 +- edit/workload/index.vue | 12 ++++++------ edit/workload/storage/ephemeralVolume/index.vue | 2 +- 13 files changed, 31 insertions(+), 31 deletions(-) diff --git a/assets/styles/base/_mixins.scss b/assets/styles/base/_mixins.scss index 270928e87e..bd12c836f6 100755 --- a/assets/styles/base/_mixins.scss +++ b/assets/styles/base/_mixins.scss @@ -58,7 +58,7 @@ padding-bottom: 20px; } -@mixin divider { +@mixin section-divider { margin-bottom: 20px; margin-top: 20px; } @@ -72,7 +72,7 @@ .clip { @include clip } .force-wrap { @include force-wrap } .bordered-section { @include bordered-section } -.divider { @include divider } +.section-divider { @include section-divider } /// Sets the specified background color and calculates a dark or light contrasted text color. @mixin contrasted($background-color, $dark: $contrasted-dark, $light: $contrasted-light) { diff --git a/components/AsyncButton.vue b/components/AsyncButton.vue index 352aca4f17..b16ffb60e5 100644 --- a/components/AsyncButton.vue +++ b/components/AsyncButton.vue @@ -196,7 +196,7 @@ export default { :tab-index="tabIndex" @click="clicked" > - - + + diff --git a/components/form/Command.vue b/components/form/Command.vue index dee14198ef..86b968269d 100644 --- a/components/form/Command.vue +++ b/components/form/Command.vue @@ -146,7 +146,7 @@ export default { -
+

{{ t('workload.container.titles.env') }}

diff --git a/components/form/Container.vue b/components/form/Container.vue index be4159d69d..b68afcffdc 100644 --- a/components/form/Container.vue +++ b/components/form/Container.vue @@ -78,7 +78,7 @@ export default { -
+

@@ -88,10 +88,10 @@ export default {

-
+
-
+

diff --git a/components/form/Security.vue b/components/form/Security.vue index fef947cc32..1adca2fec2 100644 --- a/components/form/Security.vue +++ b/components/form/Security.vue @@ -131,7 +131,7 @@ export default {
-
+
@@ -158,7 +158,7 @@ export default {
-
+
diff --git a/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue b/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue index 82fed49f8c..aaff4863a4 100644 --- a/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +++ b/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue @@ -75,7 +75,7 @@ export default {
-
+

{{ t('logging.output.sections.access') }}

@@ -95,7 +95,7 @@ export default {
-
+

{{ t('logging.output.sections.certificate') }}

diff --git a/edit/resources.cattle.io.restore.vue b/edit/resources.cattle.io.restore.vue index 7f35c3e737..fd00de07ed 100644 --- a/edit/resources.cattle.io.restore.vue +++ b/edit/resources.cattle.io.restore.vue @@ -215,7 +215,7 @@ export default {
-
+
diff --git a/edit/workload/index.vue b/edit/workload/index.vue index f31040c6a7..e9b3247d9b 100644 --- a/edit/workload/index.vue +++ b/edit/workload/index.vue @@ -603,7 +603,7 @@ export default {
-
+

{{ t('workload.container.titles.image') }}

@@ -626,7 +626,7 @@ export default {
-
+

{{ t('workload.container.titles.ports') }}

@@ -634,12 +634,12 @@ export default {
-
+

{{ t('workload.container.titles.command') }}

-
+

{{ t('workload.container.titles.podLabels') }}

@@ -679,7 +679,7 @@ export default { -
+

@@ -690,7 +690,7 @@ export default {

-
+

diff --git a/edit/workload/storage/ephemeralVolume/index.vue b/edit/workload/storage/ephemeralVolume/index.vue index fa8c077488..df8669e255 100644 --- a/edit/workload/storage/ephemeralVolume/index.vue +++ b/edit/workload/storage/ephemeralVolume/index.vue @@ -70,7 +70,7 @@ export default {
-
+
From 97b29116f91520539d6aed8a8c2daa9fe30d9842 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Mon, 26 Oct 2020 11:55:36 -0700 Subject: [PATCH 2/2] Lint --- components/form/Networking.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/form/Networking.vue b/components/form/Networking.vue index 94aa8528d6..a723a73dbe 100644 --- a/components/form/Networking.vue +++ b/components/form/Networking.vue @@ -244,7 +244,6 @@ export default {
-