Class: SolidObserver::CableDashboardController

Inherits:
DashboardController show all
Defined in:
app/controllers/solid_observer/cable_dashboard_controller.rb

Overview

:reek:TooManyInstanceVariables

Constant Summary collapse

CABLE_STORAGE_COMPONENTS =
%w[cable_observer solid_cable].freeze

Instance Method Summary collapse

Methods inherited from DashboardController

#live_poll, #poll_data

Methods inherited from ApplicationController

runtime_db_errors

Instance Method Details

#indexObject



10
11
12
13
# File 'app/controllers/solid_observer/cable_dashboard_controller.rb', line 10

def index
  @component = "cable"
  assign_cable_dashboard
end