Skip to content

Commit 9b86136

Browse files
GilbertCherrieagrare
authored andcommitted
Fix the catalog view tab bug
1 parent f6d6f2a commit 9b86136

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

app/views/miq_request/_prov_configuration_script_grid.html.haml

Lines changed: 0 additions & 31 deletions
This file was deleted.

app/views/miq_request/_prov_field.html.haml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,6 @@
339339
- elsif field == :src_configured_system_ids
340340
-# read only grid for src_configured_system_ids
341341
= render :partial => "miq_request/prov_configured_system_grid", :locals => {:field_id => field_id}
342-
- elsif field == :src_configuration_script_id
343-
-# read only grid for src_configuration_script_id
344-
= render :partial => "miq_request/prov_configuration_script_grid", :locals => {:field_id => field_id}
345342
- elsif field == :attached_ds
346343
-# Description is in the second, last, array element
347344
= Array.wrap(options[:attached_ds_names]).join(",")

0 commit comments

Comments
 (0)