CloudOpting / cloudopting-manager

The cloudopting core manager
MIT License
10 stars 7 forks source link

need customization activation in the monitoring page #266

Closed gioppoluca closed 8 years ago

gioppoluca commented 8 years ago

I need the customization_activation date passed to the monitoring page so that I can set the minimum allowed date for getting the monitoring data

xeviscc commented 8 years ago

You can find the instance already on the monitoring.controller.js: https://github.com/CloudOpting/cloudopting-manager/blob/master/rest-component/src/main/webapp/scripts/app/service/monitoring/monitoring.controller.js

Then you can get the activation date with:

var activationDate = instance.customizationActivation;