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
1bca49d8
Commit
1bca49d8
authored
May 22, 2012
by
Thomas Lechauve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted Certificates instance features
parent
0d0c819a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
vifib/index.html
vifib/index.html
+3
-4
vifib/static/js/core.js
vifib/static/js/core.js
+1
-1
No files found.
vifib/index.html
View file @
1bca49d8
...
@@ -81,7 +81,6 @@
...
@@ -81,7 +81,6 @@
<
div
class
=
"
pull-right
"
>
<
div
class
=
"
pull-right
"
>
<
div
class
=
"
btn
"
>
Bang
<
/div
>
<
div
class
=
"
btn
"
>
Bang
<
/div
>
<
div
class
=
"
btn
"
>
Destroy
<
/div
>
<
div
class
=
"
btn
"
>
Destroy
<
/div
>
<
div
class
=
"
btn
"
>
Certificates
<
/div
>
<
/div
>
<
/div
>
<
/legend
>
<
/legend
>
<
div
class
=
"
control-group
"
>
<
div
class
=
"
control-group
"
>
...
@@ -112,9 +111,9 @@
...
@@ -112,9 +111,9 @@
<
table
class
=
"
table
"
>
<
table
class
=
"
table
"
>
<
caption
>
Connection
parameters
<
/caption
>
<
caption
>
Connection
parameters
<
/caption
>
{{
#
connection
}}
{{
#
parameter
}}
<
tr
><
td
>
{{
.}}
<
/td><td>{{ key }}
</
td
><
/tr
>
<
tr
><
td
>
{{
parameter
.
0
}}
<
/td><td>
</
td
><
/tr
>
{{
/
connection
}}
{{
/
parameter
}}
<
/table
>
<
/table
>
<
fieldset
>
<
fieldset
>
...
...
vifib/static/js/core.js
View file @
1bca49d8
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
});
});
});
});
},
},
refreshListInstance
:
function
()
{
refreshListInstance
:
function
()
{
var
currentList
=
$
(
this
).
vifib
(
'
getCurrentList
'
);
var
currentList
=
$
(
this
).
vifib
(
'
getCurrentList
'
);
$
(
this
).
slapos
(
'
instanceList
'
,
{
$
(
this
).
slapos
(
'
instanceList
'
,
{
...
...
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