Merge branch 'production'

This commit is contained in:
bflorian
2015-09-11 07:09:16 -04:00

View File

@@ -79,13 +79,10 @@ def scenePage(params=[:]) {
href "devicePage", title: "Show Device States", params: [sceneId:sceneId], description: "", state: sceneIsDefined(sceneId) ? "complete" : "incomplete" href "devicePage", title: "Show Device States", params: [sceneId:sceneId], description: "", state: sceneIsDefined(sceneId) ? "complete" : "incomplete"
} }
if (sceneId == currentSceneId) {
section { section {
href "saveStatesPage", title: "Record Current Device States", params: [sceneId:sceneId], description: "" href "saveStatesPage", title: "Record Current Device States", params: [sceneId:sceneId], description: ""
} }
} }
}
} }
def devicePage(params) { def devicePage(params) {