diff --git a/config/app.conf b/config/app.conf index 3799013f..90f68811 100644 --- a/config/app.conf +++ b/config/app.conf @@ -1,7 +1,8 @@ FileProcess=/Users/frezadev/Documents/watch -host=52.77.236.193:27123 -database=wfdemo-oem -dbrealtime=ecostrorealtime +host=localhost:27123 +database=ecwfdemo +dbrealtime=ecwfrealtime username= password= -hfdfolder=/Volumes/Development/ostrorealtime \ No newline at end of file +hfdfolder=/mnt/data/ostrorealtime/data +ReadTimeLoc=Asia/Kolkata diff --git a/config/configurations.json b/config/configurations.json index fc8f57ef..91370826 100644 --- a/config/configurations.json +++ b/config/configurations.json @@ -1,40 +1,38 @@ -[ - { - "_id": "db_acl", - "data": { - "db": "wfdemo-oem", - "driver": "mongo", - "host": "52.77.236.193:27123", - "pass": "", - "setting": { - "timeout": 3000 - }, - "user": "" - } - }, - { - "_id": "db_ostro", - "data": { - "db": "wfdemo-oem", - "driver": "mongo", - "host": "52.77.236.193:27123", - "pass": "", - "setting": { - "timeout": 3000 - }, - "user": "" - } - }, - { - "_id": "port", - "data": 9002 - }, - { - "_id": "default_username", - "data": "eaciit" - }, - { - "_id": "default_password", - "data": "Password.1" - } -] \ No newline at end of file +[{ + "_id": "db_acl", + "data": { + "db": "wfdemo-oem", + "driver": "mongo", + "host": "localhost:27123", + "pass": "", + "setting": { + "timeout": 3000 + }, + "user": "" + } + }, + { + "_id": "db_ostro", + "data": { + "db": "wfdemo-oem", + "driver": "mongo", + "host": "localhost:27123", + "pass": "", + "setting": { + "timeout": 3000 + }, + "user": "" + } + }, + { + "_id": "port", + "data": 8003 + }, + { + "_id": "default_username", + "data": "eaciit" + }, + { + "_id": "default_password", + "data": "Password.1" + }] diff --git a/update-build.sh b/update-build.sh index 12f0c1f3..7c30712b 100644 --- a/update-build.sh +++ b/update-build.sh @@ -1,15 +1,13 @@ -#### for wfdemo-git-prod uncomment below part - -sudo pkill wfdemo-git-dev +sudo pkill wfdemo-git-oem git reset --hard -rm wfdemo-git-dev +rm wfdemo-git-oem rm nohup.out git pull -$GOPATH/bin/gorep -path="." -from="eaciit/wfdemo-git" -to="eaciit/wfdemo-git-dev" +$GOPATH/bin/gorep -path="." -from="eaciit/wfdemo-git" -to="eaciit/wfdemo-git-oem" -go build -o wfdemo-git-dev -nohup ./wfdemo-git-dev & +go build -o wfdemo-git-oem +nohup ./wfdemo-git-oem & diff --git a/web/assets/core/css/layout2.css b/web/assets/core/css/layout2.css index 6a502b33..4cc84e39 100644 --- a/web/assets/core/css/layout2.css +++ b/web/assets/core/css/layout2.css @@ -1,3 +1,56 @@ +.content-wrapper, .right-side { + min-height: 100%; + background-color: #ffffff; + z-index: 800; +} +.filter-section{ + margin-bottom: 5px !important; + border-bottom: 1.5px solid #f4f4f4; +} + +.navbar-static-top { + border-bottom: 1px solid#eee!important; +} +.nav { + padding-left: 0; + margin-bottom: -8px; + list-style: none; +} +.border-right-grey{ + border-right: 2px solid #eee; +} +.border-bottom-grey{ + border-bottom:2px solid #eee; + margin-bottom: 0px!important; +} +.border-top-grey { + border-top: 2px solid #eee; + margin-bottom: 0px!important; + margin-left: -5px!important; + margin-top: 3.5px!important; +} +.dashboard-tab{ + border-right: 1px solid #eee; +} +.panel{ + margin-bottom: 0px; +} +.custom-div{ + margin-top: 5px; + margin-left: -1.5px; +} +.windiness-div{ + margin-left: -5px; + margin-top: 3.5px; + margin-bottom: -5px!important; +} +.panel-heading { + font-size: 15px; + padding-top: 5px; +} +.description-block.margin-bottom { + margin-bottom: 18.85px; +} .dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.glyphicon, .dropdown-menu>li>a>.ion { @@ -557,43 +610,40 @@ form.k-filter-menu.k-popup.k-group.k-reset.k-state-border-down { } .dashboard-date-info { - background: #ea5b19; margin-top: -15px; padding: 5px 10px; - color: #fff; + color: #ea5b19; font-size: 12px; border-radius: 3px; } .content-header>.breadcrumb { - margin-top: -5px; + margin-top: -10px; } .nav-pills { - /*right: 300px;*/ - /*min-width: 1170px;*/ z-index: 1; - margin-bottom: 10px; } .nav-pills li { - margin-right: 0px; + margin-bottom: 2px; } .nav-pills li a { - border: 1px solid #f0f3f4; - background-color: rgba(51, 122, 183, 0.1); - /* margin: 3px; */ + /*border: 1px solid #f0f3f4;*/ + /*background-color: rgba(51, 122, 183, 0.1);*/ + /*margin: 3px; */ height: 30px; + margin-right: 2px; vertical-align: middle; - border-radius: 5px; + /*border-radius: 5px;*/ padding-top: 5px; } -.nav-pills li a:hover { +/*.nav-pills li a:hover { background-color: rgba(51, 122, 183, 0.4); -} +}*/ .nav-pills>li.active>a { font-weight: 400; @@ -609,6 +659,16 @@ form.k-filter-menu.k-popup.k-group.k-reset.k-state-border-down { color: #337ab7; } +.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { + color: #ea5b19; + background-color: #ffffff; +} + +.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { + border-top-color: #fff; +} + + .no-padding-right { padding-right: 0px; } @@ -685,11 +745,10 @@ form.k-filter-menu.k-popup.k-group.k-reset.k-state-border-down { .col-summary { max-height: 446.5px; - padding: 5px; + padding: 0px; margin: 5px; margin-top: 0px; - border-radius: 5px; - margin-left: -5px; + margin-left: -10px; } .label-filter { @@ -728,7 +787,7 @@ label.control-label { } .nav-replace-title { - margin-top: -10px; + margin-top: -15px; } .ez.panel { @@ -863,11 +922,11 @@ label { margin-top: 0px; margin-right: -5px; display: inline-block; - background-color: #ecf0f5 !important; + background-color: #ffffff !important; } .bread-info { - margin-top: 11px; + margin-top: 5px; margin-bottom: -20px; margin-right: 5px; } diff --git a/web/assets/core/css/page-dashboard.css b/web/assets/core/css/page-dashboard.css index 16be507a..b3a92b52 100644 --- a/web/assets/core/css/page-dashboard.css +++ b/web/assets/core/css/page-dashboard.css @@ -175,10 +175,6 @@ margin-left: -1.5px; margin-right: 3.5px; } - .windiness-div{ - margin-left: -3px; - margin-right: -5px; - } .prodCur-div{ margin-left: -6px; padding-right: 4px; diff --git a/web/assets/core/css/page-filter-analytic.css b/web/assets/core/css/page-filter-analytic.css index 55033c86..7c10e06d 100644 --- a/web/assets/core/css/page-filter-analytic.css +++ b/web/assets/core/css/page-filter-analytic.css @@ -6,7 +6,7 @@ padding-right: 0px; } .filter-content{ - margin-bottom: 10px; + margin-bottom: 15px; } .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-toolbar .k-split-button{ white-space:inherit; diff --git a/web/assets/core/css/page-monitoring/monitoring.css b/web/assets/core/css/page-monitoring/monitoring.css index 103dd7e0..b9abdb82 100644 --- a/web/assets/core/css/page-monitoring/monitoring.css +++ b/web/assets/core/css/page-monitoring/monitoring.css @@ -38,6 +38,9 @@ animation-name: flash-animation; animation-duration: 1.5s; +} +.mt-15{ + margin-top: -15px; } .redvalue { color: red; @@ -539,6 +542,7 @@ h4.content-heading { .border-left-grey{ border-left: 2px solid #eee; } + .border-right-grey{ border-right:2px solid #eee; } @@ -585,9 +589,9 @@ h4.content-heading { margin-left: -20px; } -.nav-replace-title{ +/*.nav-replace-title{ padding-left: 5px; -} +}*/ #dateInfo{ font-weight: bold; @@ -599,6 +603,15 @@ h4.content-heading { padding-top: 15px; } +.part:after { + content: ''; + width: 0; + height: 100%; + position: absolute; + border: 2px solid #eee; + top: 0; +} + /*#turbine_weather{ font-size: 20px; } diff --git a/web/assets/core/js/page-dashboard-summary.js b/web/assets/core/js/page-dashboard-summary.js index daf216ba..ad159936 100644 --- a/web/assets/core/js/page-dashboard-summary.js +++ b/web/assets/core/js/page-dashboard-summary.js @@ -218,7 +218,7 @@ sum.PLF = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, }, categoryAxis: { @@ -295,7 +295,7 @@ sum.LostEnergy = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, } }, categoryAxis: { @@ -385,7 +385,7 @@ sum.Windiness = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, } }, categoryAxis: { @@ -553,7 +553,7 @@ sum.ProdMonth = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, labels: { step: 2, @@ -647,7 +647,7 @@ sum.AvailabilityChart = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, }, categoryAxis: { @@ -749,7 +749,7 @@ sum.ProdCurLast = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, name: "production", }, { @@ -759,7 +759,7 @@ sum.ProdCurLast = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, labels: { format: "{0}%", @@ -956,7 +956,7 @@ sum.ProductionChart = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, } // majorUnit: 3, // line: { @@ -1048,7 +1048,7 @@ sum.CumProduction = function (dataSource) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, labels: { step: 2, @@ -1157,7 +1157,7 @@ sum.DetailProd = function (e) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, }, categoryAxis: { @@ -1269,7 +1269,7 @@ sum.DetailProdByProject = function (e, month, data) { majorGridLines: { visible: true, color: "#eee", - width: 0.8, + width: 0, }, }, categoryAxis: { diff --git a/web/view/_filter-analytic.html b/web/view/_filter-analytic.html index 248e65d8..64e7e5d1 100644 --- a/web/view/_filter-analytic.html +++ b/web/view/_filter-analytic.html @@ -8,36 +8,36 @@ }
-
- +
+
+ + + +<<<<<<< HEAD +======= + + + +>>>>>>> master +
+
+
+
+
+ Production (kWh) - Last 24 Hours + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ Availability (%) - Last 12 Months + + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Cumulative Production (GWh) - Month to Date + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ Lost Energy (GWh) - Last 12 Months + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
No. of Sites
+

0

+
+
+
No. of Turbines
+

0

+
+
+
Total Max. Capacity
+

0

+
+
+
Currently Down
+

0

+
+
+
Down More Than 2 Days
+

0

+
+
+
Performance vs Budget
+

0%

+
+
+
Achievement vs Annual Budget
+

0%

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Last 12 Months + +
+ + +
+
+
+
+
click on each series to view the drilldown
+
+
+
+
+
+
+
+ PLF (%) Comparison for all Projects - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Windiness (m/s) - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ Wind Distribution - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Current Year & Last Year + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Summary Data for Last 12 Months +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
Detail Production  
+
+
+
+
 
+
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
  
+
+
+
+
 
+
+
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/web/view/page-dashboard-summary_BASE_55592.html b/web/view/page-dashboard-summary_BASE_55592.html new file mode 100644 index 00000000..f409733c --- /dev/null +++ b/web/view/page-dashboard-summary_BASE_55592.html @@ -0,0 +1,352 @@ + + + + + + + + + + + + + +
+
+
+
+
+ Production (kWh) - Last 24 Hours + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ Availability (%) - Last 12 Months + + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Cumulative Production (GWh) - Month to Date + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ Lost Energy (GWh) - Last 12 Months + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
No. of Sites
+

0

+
+
+
No. of Turbines
+

0

+
+
+
Total Max. Capacity
+

0

+
+
+
Currently Down
+

0

+
+
+
Down More Than 2 Days
+

0

+
+
+
Performance vs Budget
+

0%

+
+
+
Achievement vs Annual Budget
+

0%

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Last 12 Months + +
+ + +
+
+
+
+
click on each series to view the drilldown
+
+
+
+
+
+
+
+ PLF (%) Comparison for all Projects - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Windiness (m/s) - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Current Year & Last Year + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Summary Data for Last 12 Months +
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
Detail Production  
+
+
+
+
 
+
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
  
+
+
+
+
 
+
+
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/web/view/page-dashboard-summary_LOCAL_55592.html b/web/view/page-dashboard-summary_LOCAL_55592.html new file mode 100644 index 00000000..c89e07d9 --- /dev/null +++ b/web/view/page-dashboard-summary_LOCAL_55592.html @@ -0,0 +1,350 @@ + + + + + + + + + + + + +
+
+
+
+
+ Production (kWh) - Last 24 Hours + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ Availability (%) - Last 12 Months + + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Cumulative Production (GWh) - Month to Date + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ Lost Energy (GWh) - Last 12 Months + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
No. of Sites
+

0

+
+
+
No. of Turbines
+

0

+
+
+
Total Max. Capacity
+

0

+
+
+
Currently Down
+

0

+
+
+
Down More Than 2 Days
+

0

+
+
+
Performance vs Budget
+

0%

+
+
+
Achievement vs Annual Budget
+

0%

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Last 12 Months + +
+ + +
+
+
+
+
click on each series to view the drilldown
+
+
+
+
+
+
+
+ PLF (%) Comparison for all Projects - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Windiness (m/s) - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Current Year & Last Year + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Summary Data for Last 12 Months +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
Detail Production  
+
+
+
+
 
+
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
  
+
+
+
+
 
+
+
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/web/view/page-dashboard-summary_REMOTE_55592.html b/web/view/page-dashboard-summary_REMOTE_55592.html new file mode 100644 index 00000000..ae8e0985 --- /dev/null +++ b/web/view/page-dashboard-summary_REMOTE_55592.html @@ -0,0 +1,385 @@ + + + + + + + + + + + + + + + +
+
+
+
+
+ Production (kWh) - Last 24 Hours + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ Availability (%) - Last 12 Months + + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Cumulative Production (GWh) - Month to Date + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ Lost Energy (GWh) - Last 12 Months + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
No. of Sites
+

0

+
+
+
No. of Turbines
+

0

+
+
+
Total Max. Capacity
+

0

+
+
+
Currently Down
+

0

+
+
+
Down More Than 2 Days
+

0

+
+
+
Performance vs Budget
+

0%

+
+
+
Achievement vs Annual Budget
+

0%

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Last 12 Months + +
+ + +
+
+
+
+
click on each series to view the drilldown
+
+
+
+
+
+
+
+ PLF (%) Comparison for all Projects - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Windiness (m/s) - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+ Wind Distribution - Last 12 Months + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Production (GWh) - Current Year & Last Year + +
+ + +
+
+
+
+
+
+
+
+
+
+
+ Summary Data for Last 12 Months +
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
Detail Production  
+
+
+
+
 
+
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
  
+
+
+
+
 
+
+
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/web/view/page-dashboard.html b/web/view/page-dashboard.html index 5a0139ff..3c9eb7e5 100644 --- a/web/view/page-dashboard.html +++ b/web/view/page-dashboard.html @@ -8,25 +8,25 @@
-
+
diff --git a/web/view/page-monitoring/by-project.html b/web/view/page-monitoring/by-project.html index 49c1a84e..f8499e1c 100644 --- a/web/view/page-monitoring/by-project.html +++ b/web/view/page-monitoring/by-project.html @@ -7,14 +7,12 @@
-
-
-
diff --git a/web/view/page-monitoring/individual-turbine.html b/web/view/page-monitoring/individual-turbine.html index 77d7d39c..10d1276d 100644 --- a/web/view/page-monitoring/individual-turbine.html +++ b/web/view/page-monitoring/individual-turbine.html @@ -10,17 +10,15 @@
-
-
-