Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
09c10ad6
Commit
09c10ad6
authored
Feb 10, 2017
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add friendlier messages when you don't have any experiments/profiles/datasets.
parent
f624f158
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
www/aptui/template/user-dashboard.html
www/aptui/template/user-dashboard.html
+6
-6
No files found.
www/aptui/template/user-dashboard.html
View file @
09c10ad6
...
@@ -110,8 +110,8 @@
...
@@ -110,8 +110,8 @@
</div>
</div>
<div
class=
"hidden"
id=
"experiments_noexperiments"
>
<div
class=
"hidden"
id=
"experiments_noexperiments"
>
<br>
<br>
No experiments to show you. Maybe you want to
You do not have any active experiments. Click
<b><a
href=
'instantiate.php'
>
start one?
</a></b>
<b><a
href=
'instantiate.php'
>
here
</a></b>
to create one.
</div>
</div>
</div>
</div>
<br>
<br>
...
@@ -122,8 +122,8 @@
...
@@ -122,8 +122,8 @@
<div
id=
"profiles_content"
>
<div
id=
"profiles_content"
>
<div
class=
"hidden"
id=
"profiles_noprofiles"
>
<div
class=
"hidden"
id=
"profiles_noprofiles"
>
<br>
<br>
No profiles to show you. Maybe you want to
You have not created any experiment profiles. You can either
<b><a
href=
'instantiate.php'
>
instantiate
</a></b>
an experiment with an existing profile or
<b><a
href=
'manage_profile.php'
>
create
one?
</a></b>
<b><a
href=
'manage_profile.php'
>
create
a new profile
</a></b>
.
</div>
</div>
</div>
</div>
<br>
<br>
...
@@ -133,8 +133,8 @@
...
@@ -133,8 +133,8 @@
<div
id=
"datasets_content"
>
<div
id=
"datasets_content"
>
<div
class=
"hidden"
id=
"datasets_nodatasets"
>
<div
class=
"hidden"
id=
"datasets_nodatasets"
>
<br>
<br>
No datasets to show you. Maybe you want to
You do not have any datasets. Click
<b><a
href=
'create-dataset.php'
>
create one?
</a></b>
<b><a
href=
'create-dataset.php'
>
here
</a></b>
to create one.
</div>
</div>
</div>
</div>
<div
id=
"classic_datasets_content"
class=
"hidden"
>
<div
id=
"classic_datasets_content"
class=
"hidden"
>
...
...
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