diff --git a/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/controlPanelCtrl.js b/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/controlPanelCtrl.js index d7151762f..bfe22db93 100644 --- a/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/controlPanelCtrl.js +++ b/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/controlPanelCtrl.js @@ -73,6 +73,7 @@ schedulerEndOn:moment(new Date()).format('DD/MM/YYYY'), interval:[{ind:0,"days":[],"action":"start"}] }; + $timeout(function(){$('input.time').trigger('click');},100); var params={ url:'/instances/'+cpInstance._id //url:'src/partials/sections/dashboard/workzone/data/oneIns.json' diff --git a/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/templates/cpSchedule.html b/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/templates/cpSchedule.html index 3d9250f91..e8cdf3fb3 100644 --- a/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/templates/cpSchedule.html +++ b/client/cat3/src/partials/sections/dashboard/workzone/instance/manage/templates/cpSchedule.html @@ -1,4 +1,4 @@ - +
Manage Schedule @@ -9,107 +9,97 @@
- +
- + Start Date should be less than End date !
-
- Start Interval -
- - -
-
- - -
+
+ Interval + + + + + + + + + + + + + + + + + +
TimeDaysAction
+ + + + + + + + + - -
-
-
- Stop Interval -
- - -
-
- - -
+
+
+ +
+
-
-
- +
\ No newline at end of file