Skip to content

Commit 1e6098c

Browse files
committed
Removes spaces in the fqname
1 parent 7b7ba0c commit 1e6098c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/miq_ae_class_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def set_right_cell_text(id, rec = nil)
131131
txt = rec.domain? ? _('Automate Domain') : _('Automate Namespace')
132132
@sb[:namespace_path] = rec.fqname
133133
end
134-
@sb[:namespace_path]&.gsub!(%r{\/}, " / ")
135134
@right_cell_text = "#{txt} #{_("\"%s\"") % get_rec_name(rec)}" unless %w[root aei aem].include?(nodes[0])
136135
end
137136

0 commit comments

Comments
 (0)