Commit b01d07c8 authored by Stan Hu's avatar Stan Hu

Combine CSS styles in GeoNode and fix static method call

parent 678a6698
...@@ -25,7 +25,7 @@ class GeoNodeStatus { ...@@ -25,7 +25,7 @@ class GeoNodeStatus {
this.$health = $('.js-health', this.$status); this.$health = $('.js-health', this.$status);
this.endpoint = this.$el.data('status-url'); this.endpoint = this.$el.data('status-url');
this.$advancedStatus = $('.js-advanced-geo-node-status-toggler', this.$status); this.$advancedStatus = $('.js-advanced-geo-node-status-toggler', this.$status);
this.$advancedStatus.on('click', this.toggleShowAdvancedStatus); this.$advancedStatus.on('click', GeoNodeStatus.toggleShowAdvancedStatus);
this.statusInterval = new gl.SmartInterval({ this.statusInterval = new gl.SmartInterval({
callback: this.getStatus.bind(this), callback: this.getStatus.bind(this),
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
.advanced-geo-node-status-container { .advanced-geo-node-status-container {
.btn-link { .btn-link {
padding-left: 0; padding-left: 0;
border-left: 0;
padding-right: 0; padding-right: 0;
border-left: 0;
border-right: 0; border-right: 0;
.fa { .fa {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment