summaryrefslogtreecommitdiff
path: root/src/views/Overview/Overview.vue
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-01-29 05:21:37 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-01-29 05:22:15 +0300
commitf70db21f75e4488b1d4824733077fcd164af8a3b (patch)
tree83967ba91a1ff7d2f0909ce08029f2c2c7425c68 /src/views/Overview/Overview.vue
parentc4844b457cb7eeb8cab0ee8dca179be684a38b17 (diff)
downloadwebui-vue-f70db21f75e4488b1d4824733077fcd164af8a3b.tar.xz
Revert "Update overview quicklinks with community approved design"
Merged accidentally. Did not have proper +1s/+2s. The author will resubmit. Apologies for the noise. This reverts commit 256f5b967beb1505cab73ce59f534b6b9860e38f. Change-Id: I2cc7f48565221742245613aee383541152e71096 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'src/views/Overview/Overview.vue')
-rw-r--r--src/views/Overview/Overview.vue17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/views/Overview/Overview.vue b/src/views/Overview/Overview.vue
index 4412d19d..2672af7e 100644
--- a/src/views/Overview/Overview.vue
+++ b/src/views/Overview/Overview.vue
@@ -1,12 +1,9 @@
<template>
<b-container fluid>
<PageTitle />
- <div class="quicklinks-section">
- <OverviewQuickLinks />
- </div>
<b-row>
- <b-col>
- <PageSection sectionTitle="Server Information">
+ <b-col lg="8" sm="12">
+ <PageSection sectionTitle="Server information">
<b-row>
<b-col sm="6">
<dl>
@@ -79,6 +76,9 @@
</b-row>
</PageSection>
</b-col>
+ <b-col lg="4" sm="12">
+ <OverviewQuickLinks />
+ </b-col>
</b-row>
<PageSection sectionTitle="High priority events">
<OverviewEvents />
@@ -127,10 +127,3 @@ export default {
}
};
</script>
-
-<style lang="scss" scoped>
-.quicklinks-section {
- margin-bottom: $spacer * 2;
- margin-left: -1rem;
-}
-</style>