Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-05-28 12:57:46 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-05-28 12:57:46 +0300
commitb9ee324a00afa66ef76f5223f627ac29e2e4b8b8 (patch)
tree9e16150ad0b0a412976834fc2f5fdcb36987c7c5 /app/assets/javascripts/operation_settings
parent74001467411c138c32028b94b6967b421acafe76 (diff)
Revert "Merge branch '61511-add-expand-collapse-to-project-operation-setttings-2' into 'master'"
This reverts merge request !28620
Diffstat (limited to 'app/assets/javascripts/operation_settings')
-rw-r--r--app/assets/javascripts/operation_settings/components/external_dashboard.vue7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/assets/javascripts/operation_settings/components/external_dashboard.vue b/app/assets/javascripts/operation_settings/components/external_dashboard.vue
index b2b37355033..0a87d193b72 100644
--- a/app/assets/javascripts/operation_settings/components/external_dashboard.vue
+++ b/app/assets/javascripts/operation_settings/components/external_dashboard.vue
@@ -1,6 +1,5 @@
<script>
import { GlButton, GlFormGroup, GlFormInput, GlLink } from '@gitlab/ui';
-import initSettingsPanels from '~/settings_panels';
export default {
components: {
@@ -20,19 +19,15 @@ export default {
required: true,
},
},
- mounted() {
- initSettingsPanels();
- },
};
</script>
<template>
- <section class="settings no-animate">
+ <section class="settings expanded">
<div class="settings-header">
<h4 class="js-section-header">
{{ s__('ExternalMetrics|External Dashboard') }}
</h4>
- <gl-button class="js-settings-toggle">{{ __('Expand') }}</gl-button>
<p class="js-section-sub-header">
{{
s__(