diff --git a/client/cat3/bower.json b/client/cat3/bower.json
index 01d8209e5..8b234a313 100644
--- a/client/cat3/bower.json
+++ b/client/cat3/bower.json
@@ -29,7 +29,9 @@
"angular-ui-grid": "^3.1.1",
"lodash": "^4.11.2",
"ng-file-upload": "^12.0.4",
- "angular-nvd3": "^1.0.7"
+ "angular-nvd3": "^1.0.7",
+ "angularMultipleSelect": "angular-multiple-select#^1.1.2",
+ "glyphicons-halflings": "*"
},
"exportsOverride": {
"font-awesome": {
diff --git a/client/cat3/main.html b/client/cat3/main.html
index da9406da0..d7cfa2ac0 100644
--- a/client/cat3/main.html
+++ b/client/cat3/main.html
@@ -16,6 +16,7 @@
+
@@ -41,6 +42,7 @@
+
@@ -107,7 +109,10 @@
+
+
+
diff --git a/client/cat3/src/clientRoutes.js b/client/cat3/src/clientRoutes.js
index fca4c6c1e..778ee4db0 100644
--- a/client/cat3/src/clientRoutes.js
+++ b/client/cat3/src/clientRoutes.js
@@ -73,7 +73,7 @@ function routeConfig($stateProvider, $urlRouterProvider, $httpProvider, modulePe
}]
}
}).state('dashboard.analytics', {
- url: "/analytics/",
+ url: "/CM/",
templateUrl: "src/partials/sections/dashboard/analytics/analytics.html",
controller: "analyticsCtrl as analytic",
params:{filterView:{analytics:true}},
diff --git a/client/cat3/src/partials/global.scss b/client/cat3/src/partials/global.scss
index b85ade95c..74db63c13 100644
--- a/client/cat3/src/partials/global.scss
+++ b/client/cat3/src/partials/global.scss
@@ -773,6 +773,12 @@ accordion .panel-heading {
.ui-grid-cell {
text-overflow: ellipsis;
overflow: initial;
+ border-right: none !important;
+ border-bottom: 1px solid rgba(180, 180, 180, 0.23);
+ }
+ .ui-grid-header-cell{
+ font-size: 12px;
+ font-weight: 500;
}
ul.ng-scope {
@@ -799,6 +805,7 @@ accordion .panel-heading {
height: auto;
padding:6px;
overflow: hidden;
+ font-size: 12px;
}
.ui-grid-cell-contents {
@@ -1265,6 +1272,12 @@ accordion .panel-heading {
margin-left: 6px !important;
}
// ui grid style
+.ui-grid-row:nth-child(odd) .ui-grid-cell{
+ background-color: rgba(255, 255, 255, 0.43) !important;
+}
+.ui-grid-row:last-child .ui-grid-cell{
+ border-bottom-width: 1px !important;
+}
.ui-grid-header-cell-row{
background: #636363 !important;
color: #FBFBFB !important;
@@ -1413,4 +1426,29 @@ label {
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-}
\ No newline at end of file
+}
+
+div::-webkit-scrollbar-track
+{
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
+ background-color: #F5F5F5;
+}
+
+div::-webkit-scrollbar
+{
+ width: 10px;
+ background-color: #F5F5F5;
+}
+
+div::-webkit-scrollbar-thumb
+{
+ background-color: #40BAF1;
+ background-image: -webkit-linear-gradient(45deg,
+ rgba(255, 255, 255, .2) 25%,
+ transparent 25%,
+ transparent 50%,
+ rgba(255, 255, 255, .2) 50%,
+ rgba(255, 255, 255, .2) 75%,
+ transparent 75%,
+ transparent)
+}
diff --git a/client/cat3/src/partials/globals/header/headerDashboard.html b/client/cat3/src/partials/globals/header/headerDashboard.html
index 25c5f30bc..5a07f691f 100644
--- a/client/cat3/src/partials/globals/header/headerDashboard.html
+++ b/client/cat3/src/partials/globals/header/headerDashboard.html
@@ -35,7 +35,7 @@
- ANALYTICS
+ Cloud
@@ -46,7 +46,7 @@