Commit 5af3ea3d authored by Sven Franck's avatar Sven Franck

updated application config JSON

parent 1ed5273c
{
"global_elements": [
{
"widget": "header",
"widget_class": "",
"id": "global_header",
"theme": "slapos-white",
"controls": [{
"widget": "controlgroup",
"widget_class": "",
"direction": "horizontal",
"buttons": [{
"type":"a",
"direct": {"href": "#menu", "className":"responsive translate"},
"attributes": {"data-rel":"panel", "data-icon":"reorder", "data-i18n":"", "data-iconpos":"left"},
"logic": {"text":"Navigate"}
}]
},{
"widget": "controlgroup",
"widget_class": "",
"direction": "horizontal",
"buttons": [{
"type":"a",
"direct": {"href": "#global_popup", "className":"responsive translate toggle_global_popup"},
"attributes": {"data-rel":"popup", "data-reference":"login", "data-icon":"user", "data-iconpos":"left", "data-i18n":""},
"logic": {"text":"Login"}
}]
}
]
}, {
"id": "global_footer",
"widget": "footer",
"widget_class":"",
"type": "navbar",
"theme": "slapos-white",
"controls": [
{
"type":"a",
"direct": {"href": "#global_popup", "className":"toggle_global_popup translate"},
"attributes": {"data-rel":"popup", "data-reference":"browse", "data-icon":"compass", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Browse"}
}, {
"type":"a",
"direct": {"href": "", "className":"action translate"},
"attributes": {"data-reference":"new", "data-icon":"plus", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Add"}
}, {
"type":"a",
"direct": {"href": "", "className":"action translate"},
"attributes": {"data-reference": "remove", "data-icon":"minus", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Remove"}
}, {
"type":"a",
"direct": {"href": "#global_popup", "className":"toggle_global_popup translate"},
"attributes": {"data-rel":"popup", "data-reference":"action", "data-icon":"cog", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Action"}
}, {
"type":"a",
"direct": {"href": "#global_popup", "className":"toggle_global_popup translate"},
"attributes": {"data-rel":"popup", "data-reference":"export", "data-icon":"share", "data-iconpos":"top", "data-i18n":""},
"logic": {"text":"Export"}
}
]
}, {
"widget": "popup",
"widget_class": "",
"id" :"global_popup",
"theme": "slapos-white",
}, {
"widget": "panel",
"theme": "slapos-black",
"controls": [
{
"type": "global_search",
"element": {
"type": "input",
"direct": {"id":"global_search", "className": "action"},
"attributes":{"data-i18n": "","placeholder":"Search", "data-reference":"search", "data-icon":"search", "data-action-btn":"true", "data-type":"search", "type":"search"},
"logic":{"clear":true, "action":"search"}
},
"children":[]
},
{
"type": "menu_list",
"element": {
"widget": "listview",
"widget_class": "",
"inset":"false",
"theme": "slapos-black"
},
"children": [
{"type":"divider", "direct":{}, "attributes":{"data-i18n":""}, "logic":{"text":"Account"}},
{"type":"item", "direct":{}, "attributes": {}, "logic": {}}
{
"left": {
"img": undefined,
"icon": "euro"
},
"middle": {
"href": "pricing.html",
"href_title": undefined,
"href_i18n": undefined,
"title": "Pricing",
"title_i18n": "",
"subtitle": undefined,
"subtitle_i18n": undefined,
"info": undefined,
"info_i18n": undefined
},
"aside": undefined,
"right": undefined,
"split": undefined
}
]
}
]
}
],
"page_configuration": [{
"dashboard": {
"title": "Dashboard",
"title_i18n": ""
},
"account": {
"title": "Account",
"title_i18n": ""
},
"invoices": {
"title": "Invoices",
"title_i18n": ""
},
"servers": {
"title": "Servers",
"title_i18n": ""
},
"services": {
"title": "Services",
"title_i18n": ""
},
"networks": {
"title": "Networks",
"title_i18n": ""
},
"monitoring": {
"title": "Monitoring",
"title_i18n": ""
},
"help": {
"title": "Help",
"title_i18n": ""
},
"software": {
"title": "Software",
"title_i18n": ""
},
"wiki": {
"title": "Documentation",
"title_i18n": ""
},
"download": {
"title": "Download",
"title_i18n": ""
},
"formum": {
"title": "Forum",
"title_i18n": ""
},
"blog": {
"title": "Blog",
"title_i18n": ""
},
"pricing": {
"title": "Pricing",
"title_i18n": ""
}
]
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment