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
5066cd33
Commit
5066cd33
authored
Nov 09, 2021
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio: Add api section and link to api action list in panel
parent
aaf57eeb
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
439 additions
and
8 deletions
+439
-8
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_html.html
...ateItem/web_page_module/rjs_gadget_slapos_panel_html.html
+1
-0
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_html.xml
...lateItem/web_page_module/rjs_gadget_slapos_panel_html.xml
+3
-3
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_js.js
...emplateItem/web_page_module/rjs_gadget_slapos_panel_js.js
+4
-2
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_js.xml
...mplateItem/web_page_module/rjs_gadget_slapos_panel_js.xml
+3
-3
master/bt5/slapos_jio/PathTemplateItem/web_site_module/hostingjs/api.xml
...os_jio/PathTemplateItem/web_site_module/hostingjs/api.xml
+427
-0
master/bt5/slapos_jio/bt/dependency_list
master/bt5/slapos_jio/bt/dependency_list
+1
-0
No files found.
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_html.html
View file @
5066cd33
...
...
@@ -63,6 +63,7 @@
<
li
><
a
href
=
"
{{accounting_href}}
"
class
=
"
ui-btn ui-btn-icon-left ui-icon-credit-card
"
data
-
i18n
=
"
Invoices
"
accesskey
=
"
i
"
>
Invoices
<
/a></
li
>
<
li
><
a
href
=
"
{{compute_node_href}}
"
class
=
"
ui-btn ui-btn-icon-left ui-icon-database
"
data
-
i18n
=
"
Servers
"
accesskey
=
"
c
"
>
Servers
<
/a></
li
>
<
li
><
a
href
=
"
{{computer_network_href}}
"
class
=
"
ui-btn ui-btn-icon-left ui-icon-globe
"
data
-
i18n
=
"
Networks
"
accesskey
=
"
n
"
>
Networks
<
/a></
li
>
<
li
><
a
href
=
"
{{api_action_list_href}}
"
class
=
"
ui-btn ui-btn-icon-left ui-icon-exchange
"
data
-
i18n
=
"
API
"
accesskey
=
"
a
"
>
API
<
/a></
li
>
<
li
><
a
href
=
"
{{language_href}}
"
class
=
"
ui-btn ui-btn-icon-left ui-icon-language
"
data
-
i18n
=
"
Language
"
accesskey
=
"
a
"
>
Language
<
/a></
li
>
<
li
class
=
"
ui-last-child
"
><
a
href
=
"
{{logout_href}}
"
class
=
"
ui-btn ui-btn-icon-left ui-icon-power-off
"
data
-
i18n
=
"
Logout
"
accesskey
=
"
o
"
>
Logout
<
/a></
li
>
<
/ul
>
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_html.xml
View file @
5066cd33
...
...
@@ -234,7 +234,7 @@
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
superthomas
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -248,7 +248,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
996.
2197.3655.2373
9
</string>
</value>
<value>
<string>
996.
551.65163.69
9
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -266,7 +266,7 @@
</tuple>
<state>
<tuple>
<float>
163
9502126.27
</float>
<float>
163
6447442.86
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_js.js
View file @
5066cd33
...
...
@@ -94,7 +94,8 @@
context
.
getUrlFor
({
command
:
'
display
'
,
options
:
{
page
:
"
slap_project_list
"
,
editable
:
true
}}),
context
.
getUrlFor
({
command
:
'
display
'
,
options
:
{
page
:
"
slap_person_view
"
,
editable
:
true
}}),
context
.
getUrlFor
({
command
:
'
display
'
,
options
:
{
page
:
"
slapos
"
,
editable
:
true
}}),
context
.
getUrlFor
({
command
:
'
display
'
,
options
:
{
page
:
"
slap_language_view
"
}})
context
.
getUrlFor
({
command
:
'
display
'
,
options
:
{
page
:
"
slap_language_view
"
}}),
context
.
getUrlFor
({
command
:
'
display
'
,
options
:
{
page
:
"
jio_api_action
"
}})
]);
})
.
push
(
function
(
result_list
)
{
...
...
@@ -113,7 +114,8 @@
"
project_href
"
:
result_list
[
8
],
"
person_href
"
:
result_list
[
9
],
"
dashboard_href
"
:
result_list
[
10
],
"
language_href
"
:
result_list
[
11
]
"
language_href
"
:
result_list
[
11
],
"
api_action_list_href
"
:
result_list
[
12
]
})
);
})
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_slapos_panel_js.xml
View file @
5066cd33
...
...
@@ -241,7 +241,7 @@
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
superthomas
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -255,7 +255,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
9
87.59252.10760.63197
</string>
</value>
<value>
<string>
9
96.1864.43089.18210
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -273,7 +273,7 @@
</tuple>
<state>
<tuple>
<float>
16
07070942.23
</float>
<float>
16
36447486.6
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
master/bt5/slapos_jio/PathTemplateItem/web_site_module/hostingjs/api.xml
0 → 100644
View file @
5066cd33
This diff is collapsed.
Click to expand it.
master/bt5/slapos_jio/bt/dependency_list
View file @
5066cd33
slapos_web
erp5_api_style
erp5_project
erp5_hal_json_style
slapos_cloud
...
...
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