Module: ForemanCockpit

Defined in:
lib/foreman_cockpit.rb,
lib/foreman_cockpit/engine.rb,
lib/foreman_cockpit/version.rb,
app/models/concerns/foreman_cockpit/host_extensions.rb,
app/helpers/concerns/foreman_cockpit/hosts_helper_extensions.rb,
app/controllers/concerns/foreman_cockpit/hosts_controller_extensions.rb

Overview

Specify the version to be picked up in the Gemspec

Defined Under Namespace

Modules: HostExtensions, HostsControllerExtensions, HostsHelperExtensions Classes: Engine

Constant Summary collapse

COCKPIT_ACTIONS =
%w(system terminal journal
services networking containers
storage accounts)
COCKPIT_SUBURL =
{ :system => 'system/index.html',
:terminal => 'system/terminal.html',
:journal => 'system/logs.html',
:services => 'system/services.html',
:networking => 'network/index.html',
:containers => 'docker/index.html',
:storage => 'storage/index.html',
:accounts => 'users/index.html' }
VERSION =
'2.0.0'