mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-27 10:50:10 +03:00
bug #3586: Set default content for a file app attrs
This commit is contained in:
parent
f85649ed7e
commit
c1afb55b6a
@ -602,9 +602,9 @@ $(document).ready(function(){
|
||||
{ "mDataProp": "_id.$oid", "sWidth" : "200px" },
|
||||
{ "mDataProp": "name" },
|
||||
{ "mDataProp": "publisher" },
|
||||
{ "mDataProp": "files.0.hypervisor", "sWidth" : "100px"},
|
||||
{ "mDataProp": "files.0.os-arch", "sWidth" : "100px"},
|
||||
{ "mDataProp": "files.0.format", "sWidth" : "100px"},
|
||||
{ "mDataProp": "files.0.hypervisor", "sWidth" : "100px", "sDefaultContent" : "-" },
|
||||
{ "mDataProp": "files.0.os-arch", "sWidth" : "100px", "sDefaultContent" : "-" },
|
||||
{ "mDataProp": "files.0.format", "sWidth" : "100px", "sDefaultContent" : "-" },
|
||||
{ "mDataProp": "tags"}
|
||||
],
|
||||
"aoColumnDefs": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user