Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -240,6 +240,7 @@ def label_tag_mapping_delete
label_tag_mapping_get_all
render :update do |page|
page << javascript_prologue
page.replace("flash_msg_div", :partial => "layouts/flash_msg")
page.replace_html('settings_label_tag_mapping', :partial => 'settings_label_tag_mapping_tab')
end
else
2 changes: 1 addition & 1 deletion app/views/ops/_label_tag_mapping_form.html.haml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
:disabled => disabled,
"data-miq_observe" => {:interval => '.5',
:url => url}.to_json)
%h3= _("Choose a tag category to map to")
%h3= _("Enter tag category to map to")
.form-group
%label.col-md-2.control-label
= _("Category")

0 comments on commit ef3e8db

Please sign in to comment.