1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-27 10:50:10 +03:00

Feature #3471: Add 1 more space to show acl column header

Ruby must match the value in the yaml, see commit:1f73e7c
This commit is contained in:
Carlos Martín 2015-02-04 16:07:45 +01:00
parent 24b7da3cfe
commit f445e3fab2

View File

@ -114,7 +114,7 @@ private
end
column :RES_VHNIUTGDCOZSv, "Resource to which the rule applies",
:size => 16 do |d|
:size => 17 do |d|
OneAclHelper::resource_mask d['STRING'].split(" ")[1]
end