Skip to content

Commit ce31042

Browse files
Fix minor css/lint issues
1 parent dfb9981 commit ce31042

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

app/javascript/components/miq-custom-tab/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const settingsTags = {
4444
import_tags: ('Import Tags'),
4545
import_variables: __('Import Variables'),
4646
map_tags: __('Map Tags'),
47-
}
47+
};
4848

4949
/** Function to select the tab labels. */
5050
export const labelConfig = (type) => {

app/stylesheet/miq-custom-tab.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@
4545
margin-bottom: 0px;
4646
}
4747
}
48+
49+
#settings-tabs-wrapper {
50+
.bx--tab-content {
51+
display: none;
52+
}
53+
}

app/views/ops/_all_tabs.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
= render :partial => "settings_list_tab"
5353
- else
5454
= render(:partial => "layouts/flash_msg")
55-
#utilization-tabs-wrapper
55+
#settings-tabs-wrapper
5656
= react('MiqCustomTab', {:containerId => 'settings-tabs',
5757
:tabLabels => settings_tab_configuration,
5858
:type => 'SETTINGS',

app/views/ops/_settings_cu_collection_tab.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.spacer
12
- if @sb[:active_tab] == "settings_cu_collection"
23
- url = url_for_only_path(:action => 'cu_collection_field_changed')
34
= form_tag({:action => 'cu_collection_update'},

0 commit comments

Comments
 (0)