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
Lisa Casino
slapos.core
Commits
c5727e82
Commit
c5727e82
authored
Feb 08, 2018
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio: Fix the request to destroy and include warning message.
parent
cb0a473a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_html.html
...get_erp5_page_slap_destroy_hosting_subscription_html.html
+6
-0
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_html.xml
...dget_erp5_page_slap_destroy_hosting_subscription_html.xml
+2
-2
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_js.js
..._gadget_erp5_page_slap_destroy_hosting_subscription_js.js
+1
-1
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_js.xml
...gadget_erp5_page_slap_destroy_hosting_subscription_js.xml
+2
-2
No files found.
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_html.html
View file @
c5727e82
...
...
@@ -14,6 +14,12 @@
</head>
<body>
<p>
<strong>
Attention! Be Carefull!
</strong></p>
<br
/>
<p>
Once you proceed to
<strong>
destroy
</strong>
this instance, all the services are stopped and all the data is removed from the disk.
</p>
<br
/>
<p>
There is no way to cancel this action once you decide to remove.
</p>
<form
class=
"save_form ui-body-c"
novalidate
>
<button
type=
"submit"
class=
"ui-btn ui-btn-b ui-btn-inline
ui-icon-edit ui-btn-icon-right ui-screen-hidden"
></button>
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_html.xml
View file @
c5727e82
...
...
@@ -277,7 +277,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
96
2.65075.33399.237
2
</string>
</value>
<value>
<string>
96
5.23615.23870.1191
2
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -295,7 +295,7 @@
</tuple>
<state>
<tuple>
<float>
15
08880904.49
</float>
<float>
15
18101743.13
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_js.js
View file @
c5727e82
...
...
@@ -36,7 +36,7 @@
return
gadget
.
getSetting
(
"
hateoas_url
"
)
.
push
(
function
(
url
)
{
return
gadget
.
jio_putAttachment
(
doc
.
relative_url
,
url
+
doc
.
relative_url
+
"
/HostingSubscription_requestPerson
"
,
{});
url
+
doc
.
relative_url
+
"
/HostingSubscription_requestPerson
"
,
{
state
:
"
destroyed
"
});
});
})
.
push
(
function
()
{
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_destroy_hosting_subscription_js.xml
View file @
c5727e82
...
...
@@ -273,7 +273,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
96
3.7994.48734.25941
</string>
</value>
<value>
<string>
96
5.23589.23594.39577
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -291,7 +291,7 @@
</tuple>
<state>
<tuple>
<float>
15
09386577.6
5
</float>
<float>
15
18100182.
5
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
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