Skip to content

Commit

Permalink
cinder: remove unused string field in the webui (bsc#1061298)
Browse files Browse the repository at this point in the history
The file _edit_attributes.html.haml, for the NFS section, define
a single field (according to documentation) to list the NFS exports.

Somehow a ghost string field without title is presented in the UI,
and this patch remove it.
  • Loading branch information
aplanas authored and dirkmueller committed Jan 9, 2018
1 parent fcde138 commit 24c4b45
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@
%span.help-block
= t(".volumes.nfs.nfs_shares_config_hint")

= string_field %w(volumes {{@index}} nfs)

{{/if_eq}}
{{#if_eq backend_driver 'rbd'}}
%li.list-group-item
Expand Down

0 comments on commit 24c4b45

Please sign in to comment.