From 4cab13ff2e2f2036a7d9adad0f8b061271d5ec0d Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Tue, 20 Jan 2015 14:47:25 -0500 Subject: [PATCH 01/11] initial --- grails-app/views/dashboard/cumulative.gsp | 63 +++ grails-app/views/layouts/main.gsp | 2 + src/java/com/netflix/ice/tag/Account.java | 9 + web-app/js/ice.js | 532 +++++++++++++++++++++- 4 files changed, 603 insertions(+), 3 deletions(-) create mode 100644 grails-app/views/dashboard/cumulative.gsp diff --git a/grails-app/views/dashboard/cumulative.gsp b/grails-app/views/dashboard/cumulative.gsp new file mode 100644 index 00000000..d80a8c82 --- /dev/null +++ b/grails-app/views/dashboard/cumulative.gsp @@ -0,0 +1,63 @@ +<%-- + + Copyright 2013 Netflix, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--%> + +<%@ page contentType="text/html;charset=UTF-8" %> + + + + Aws Cumulative Usage + + +
+ + + + + + + + +
Cumulative Usage CostStart + End + + Account + Daily Estimate +
+ +
+ + Submit + Download +
+ + + + + +
+
+
+
+ +
+ + diff --git a/grails-app/views/layouts/main.gsp b/grails-app/views/layouts/main.gsp index 7e1e094d..1ad4d9f7 100644 --- a/grails-app/views/layouts/main.gsp +++ b/grails-app/views/layouts/main.gsp @@ -46,6 +46,8 @@ AWS Details