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
Labels
Merge Requests
19
Merge Requests
19
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
4bb8f7f0
Commit
4bb8f7f0
authored
Aug 04, 2014
by
Alain Takoudjou
Committed by
Rafael Monnerat
Nov 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show monitoring status for software installation
parent
8d00b4a4
Changes
4
Expand all
Show 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>
...
...
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
...
...
master/bt5/slapos_web/bt/revision
View file @
4bb8f7f0
59
\ No newline at end of file
60
\ No newline at end of file
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