Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
baas
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
baas
Commits
a19a6278
Commit
a19a6278
authored
9 years ago
by
Efthymia Bika
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant html/body tags
Also remove tooltip from File to Restore that causes js error
parent
37a0c374
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
baas/activity.html
+0
-7
0 additions, 7 deletions
baas/activity.html
baas/backup-list.html
+0
-8
0 additions, 8 deletions
baas/backup-list.html
baas/cloud-list.html
+0
-8
0 additions, 8 deletions
baas/cloud-list.html
baas/restore.html
+204
-214
204 additions, 214 deletions
baas/restore.html
with
204 additions
and
237 deletions
baas/activity.html
+
0
−
7
View file @
a19a6278
<!DOCTYPE html>
<!--
Copyright (C) 2015 GRNET S.A.
...
...
@@ -15,8 +14,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<script
src=
"backup.js"
></script>
<script
type=
"text/javascript"
>
...
...
@@ -133,9 +130,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
},
3000
);
</script>
</head>
<body>
<div
class=
"row"
>
<div
class=
"small-12 columns panel hide"
id=
"cloud-alert"
>
<span>
...
...
@@ -177,5 +172,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<script
type=
"text/javascript"
>
$
(
document
).
foundation
();
</script>
</body>
</html>
This diff is collapsed.
Click to expand it.
baas/backup-list.html
+
0
−
8
View file @
a19a6278
<!DOCTYPE html>
<!--
Copyright (C) 2015 GRNET S.A.
...
...
@@ -15,9 +14,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<title>
Backup List
</title>
<script
type=
"text/javascript"
>
function
disable_buttons
(
disable
)
{
...
...
@@ -209,9 +205,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
$
(
"
#restore-tab-link
"
).
trigger
(
"
click
"
);
}
</script>
</head>
<body>
<div
class=
"row"
>
<div
class=
"small-2 columns"
id=
"sidebar"
>
<a
href=
"#"
onclick=
"$('#template_list').show();load_backup();"
class=
"button radius small"
>
...
...
@@ -418,5 +412,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<script
type=
"text/javascript"
>
$
(
document
).
foundation
();
</script>
</body>
</html>
This diff is collapsed.
Click to expand it.
baas/cloud-list.html
+
0
−
8
View file @
a19a6278
<!DOCTYPE html>
<!--
Copyright (C) 2015 GRNET S.A.
...
...
@@ -15,9 +14,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<title>
Cloud List
</title>
<script
type=
"text/javascript"
>
...
...
@@ -321,9 +317,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
}
},
500
);
</script>
</head>
<body>
<div
class=
"row"
id=
"clouds_page"
>
<div
class=
"small-9 columns"
>
<p>
</p>
...
...
@@ -402,5 +396,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<a
class=
"close-reveal-modal"
aria-label=
"Close"
>
×
</a>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
baas/restore.html
+
204
−
214
View file @
a19a6278
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment