foreman_cockpit 1.0.3 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4baa4d3b82252a50c176929dfbd1cc1c87d268f1
4
- data.tar.gz: 6467ead68e829fdca12f9ad0db71dc2b85335a6a
3
+ metadata.gz: d28f3638bc23d78d7331499e338db33b100389eb
4
+ data.tar.gz: d08a0192ef1e80e5c1dda872ace8dd4063ce08fe
5
5
  SHA512:
6
- metadata.gz: 33e0a0f230b4a36e03b7ce999e482be82a1bcc397cb46a5992c20e26ed75a4bac31d38c9941ce15cf1a804ae1776d75c33e728a9aa33bf05df8751213a9cb832
7
- data.tar.gz: dda8dad2632403884771610073165e9fb955be2b1342d96fc4baf7c33229785184878c07e309e7e41079dbdf13f5bb9862c1d3d82087b58453b1ab798b0affcf
6
+ metadata.gz: ec39c7521e0fa140f2c4f22df7ec56f182d35b04fcc00d3456ea14345928ac90b35d5c0cbcf362abcc789d5f3ac5085f0cab93d31cc5134490dc90072465314f
7
+ data.tar.gz: 005496a3847e25cb5ec42a505f5953953132503a101ec5b90a3dbdbfe2789c0afe9ba5440e9ecf6dcfa4e4a2dbe0883b26a2483bca95e5f838748435f7df5182
@@ -1,4 +1,4 @@
1
1
  # Specify the version to be picked up in the Gemspec
2
2
  module ForemanCockpit
3
- VERSION = '1.0.3'
3
+ VERSION = '2.0.0'
4
4
  end
@@ -7,12 +7,12 @@ module ForemanCockpit
7
7
  services networking containers
8
8
  storage accounts)
9
9
 
10
- COCKPIT_SUBURL = { :system => 'shell/shell.html#/server',
10
+ COCKPIT_SUBURL = { :system => 'system/index.html',
11
11
  :terminal => 'system/terminal.html',
12
- :journal => 'system/journal.html',
13
- :services => 'system/init.html',
14
- :networking => 'shell/shell.html#/networking',
15
- :containers => 'docker/containers.html',
16
- :storage => 'storage/devices.html',
17
- :accounts => 'shell/shell.html#/accounts' }
12
+ :journal => 'system/logs.html',
13
+ :services => 'system/services.html',
14
+ :networking => 'network/index.html',
15
+ :containers => 'docker/index.html',
16
+ :storage => 'storage/index.html',
17
+ :accounts => 'users/index.html' }
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_cockpit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-02 00:00:00.000000000 Z
11
+ date: 2016-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface