jsharmony-cms
Version:
19 lines • 1.21 kB
JSON
{
"Site_Deployment_Target_Listing": {
"layout":"grid",
"table":"{schema}.deployment_target",
"actions":"B",
"sort": ["^deployment_target_name"],
"roles": { "WEBMASTER": "B" },
"caption":["Deployment Target","Deployment Targets"],
"buttons":[{ "name":"addDeploymentTarget", "link":"insert:Site_Deployment_Target_Tabs&site_id","icon":"add","text":"Add Deployment Target" }],
"rowclass": "<%=xejs.iif(datarow['site_editor']==datarow['deployment_target_id'],'site_editor_current')%>",
"fields": [
{"name":"site_id","actions":"BI","foreignkey":1,"control":"hidden"},
{"name":"deployment_target_name","caption":"Name","control":"label","link":"update:Site_Deployment_Target_Tabs","controlstyle":"min-width:300px;"},
{"name":"deployment_target_sts","caption":"Status","control":"label"},
{"name":"site_editor","control":"hidden","actions":"B","sqlselect": "select site_editor from {schema}.v_my_site where v_my_site.site_id = deployment_target.site_id"},
{"control":"html","caption":"Edit","link":"update:Site_Deployment_Target_Tabs","value":"<img src='/images/icon_edit.png' class='xicon' />","roles":{ "WEBMASTER":"B" }}
]
}
}