Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
4bb8f7f0
Commit
4bb8f7f0
authored
10 years ago
by
Alain Takoudjou
Committed by
Rafael Monnerat
10 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show monitoring status for software installation
parent
8d00b4a4
master
alain-message
amarisoft
boot/offline
console
feat/node-secrets
feat/openapi
feat/standalone-service
feat_open_order
feature/cgroups
feature/format-crumbled
feature/manager-cpuset
fix/promise_clean_environment
fix/slapos-ansible
fix/verify
fixuitestfrontpage
json-api
json-api-2022
json-api-slapgrid
master-dev
message-box
proxy
set_home
1.9.2
1.9.1
1.9.0
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.13
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.19
1.6.18
1.6.17
1.6.16
1.6.15
1.6.14
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.28
1.4.27
1.4.26
1.4.25
1.4.24
1.4.23
1.4.22
1.4.21
1.4.20
1.4.19
1.4.17
1.4.16
1.4.15
1.4.14
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6.3
1.3.6.2
1.3.6.1
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
v1.8.1
master-20180917
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
320 additions
and
1 deletion
+320
-1
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting/Computer_viewAsWeb/listbox.xml
...portal_skins/vifib_hosting/Computer_viewAsWeb/listbox.xml
+4
-0
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting/Computer_viewAsWeb/listbox_monitoring_status.xml
..._hosting/Computer_viewAsWeb/listbox_monitoring_status.xml
+311
-0
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_js/vifib_monitoring.js.xml
...ib_hosting_theme/vifib_hosting_js/vifib_monitoring.js.xml
+4
-0
master/bt5/slapos_web/bt/revision
master/bt5/slapos_web/bt/revision
+1
-1
No files found.
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting/Computer_viewAsWeb/listbox.xml
View file @
4bb8f7f0
...
...
@@ -115,6 +115,10 @@
<key>
<string>
columns
</string>
</key>
<value>
<list>
<tuple>
<string>
monitoring_status
</string>
<string>
Status
</string>
</tuple>
<tuple>
<string>
image
</string>
<string>
Image
</string>
...
...
This diff is collapsed.
Click to expand it.
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting/Computer_viewAsWeb/listbox_monitoring_status.xml
0 → 100644
View file @
4bb8f7f0
This diff is collapsed.
Click to expand it.
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_js/vifib_monitoring.js.xml
View file @
4bb8f7f0
...
...
@@ -119,6 +119,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
$(this).attr("class",
"monitoring_ok")\n
.attr("title",
data.text
+
"
("
+
created_at
+
")"
)\n
.attr("href",
data[\'@document\']);\n
}
else
if
(/#access/.test(data.text)
&
/software_installation_module/.test(data[\'@document\'])
&
(now
-
created_at
<
86400000))
{\n
$(this).attr("class",
"monitoring_ok")\n
.attr("title",
data.text
+
"
("
+
created_at
+
")"
)\n
.attr("href",
data[\'@document\']);\n
}
else
{\n
$(this).attr("class",
"monitoring_error")\n
.attr("title",
data.text
+
"
("
+
created_at
+
")"
)\n
...
...
This diff is collapsed.
Click to expand it.
master/bt5/slapos_web/bt/revision
View file @
4bb8f7f0
59
\ No newline at end of file
60
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment