cpee-model-management 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpee-model-management.gemspec +1 -1
- data/lib/cpee-model-management/implementation.rb +1 -1
- data/ui/favicon.ico +0 -0
- data/ui/index.html +3 -2
- data/ui/instances.html +2 -1
- data/ui/instances_view.html +2 -1
- data/ui/resources.html +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 684d2a9f94f7110a2f207e688a2ef7a8da53bba2848effdf4086e4c5a4dd4f80
|
4
|
+
data.tar.gz: 329fbd356f4dd5e1fb8e096cbfd5663cc9b7649047392fa02adf92b4488b74da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08595da884d0f3dd930163bee205f473c8bb4542b3e6f7751b29c8aa6ef62544ea5c2336d301b965f90dbb02da90d7a7956a8ae4e4fd0a15692bbd0b382b9445'
|
7
|
+
data.tar.gz: f4965adaaa306efd9800b2fffe972f139bd52259056e54d4b068bd20577351ffee6ed31b743c6a32732466e6b7cb7f48dbf2c7a637e00d2a473a93ebf145460f
|
data/ui/favicon.ico
ADDED
Binary file
|
data/ui/index.html
CHANGED
@@ -20,7 +20,8 @@
|
|
20
20
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
21
21
|
<head>
|
22
22
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
23
|
-
<title>
|
23
|
+
<title>Process Hub</title>
|
24
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
24
25
|
|
25
26
|
<!-- libs, do not modify. When local than load local libs. -->
|
26
27
|
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
@@ -72,7 +73,7 @@
|
|
72
73
|
</ui-tabbar>
|
73
74
|
<ui-content class="noselect">
|
74
75
|
<ui-area data-belongs-to-tab="models">
|
75
|
-
<p>Your Models are saved/versioned in <a target='_blank' href='https://git-scm.com/'>GIT</a>. So fret not. Just send an email to <a href="mail:helpdesk@
|
76
|
+
<p>Your Models are saved/versioned in <a target='_blank' href='https://git-scm.com/'>GIT</a>. So fret not. Just send an email to <a href="mail:helpdesk@cpee.org">helpdesk@cpee.org</a> if you are lost. And as always: <a target='_blank' href='https://www.youtube.com/watch?v=kkxj5xVLyj0&feature=youtu.be&t=56'>get dressed for success</a>.</p>
|
76
77
|
<table id="models" class='ui-table'>
|
77
78
|
<thead>
|
78
79
|
<th></th>
|
data/ui/instances.html
CHANGED
@@ -20,7 +20,8 @@
|
|
20
20
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
21
21
|
<head>
|
22
22
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
23
|
-
<title>Instances</title>
|
23
|
+
<title>Process Hub Instances</title>
|
24
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
24
25
|
|
25
26
|
<!-- libs, do not modify. When local than load local libs. -->
|
26
27
|
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
data/ui/instances_view.html
CHANGED
@@ -20,7 +20,8 @@
|
|
20
20
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
21
21
|
<head>
|
22
22
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
23
|
-
<title>Instances</title>
|
23
|
+
<title>Process Hub Instances</title>
|
24
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
24
25
|
|
25
26
|
<!-- libs, do not modify. When local than load local libs. -->
|
26
27
|
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
data/ui/resources.html
CHANGED
@@ -20,7 +20,8 @@
|
|
20
20
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
21
21
|
<head>
|
22
22
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
23
|
-
<title>Resources</title>
|
23
|
+
<title>Process Hub Resources</title>
|
24
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
24
25
|
|
25
26
|
<!-- libs, do not modify. When local than load local libs. -->
|
26
27
|
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cpee-model-management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
8
8
|
autorequire:
|
9
9
|
bindir: tools
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: riddl
|
@@ -84,6 +84,7 @@ files:
|
|
84
84
|
- ui/css/design.css
|
85
85
|
- ui/css/stats.css
|
86
86
|
- ui/css/stats_standalone.css
|
87
|
+
- ui/favicon.ico
|
87
88
|
- ui/index.html
|
88
89
|
- ui/instances.html
|
89
90
|
- ui/instances_view.html
|