Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
beat
beat.web
Commits
f94e1dc9
Commit
f94e1dc9
authored
7 years ago
by
jaden
Browse files
Options
Downloads
Patches
Plain Diff
fix expList ng-if using obj & unclear text
parent
a920e743
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!223
Reports overhaul
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beat/web/reports/static/reports/app/directives/experimentsTable.js
+4
-4
4 additions, 4 deletions
...reports/static/reports/app/directives/experimentsTable.js
with
4 additions
and
4 deletions
beat/web/reports/static/reports/app/directives/experimentsTable.js
+
4
−
4
View file @
f94e1dc9
...
...
@@ -80,7 +80,7 @@ angular.module('reportApp')
class="panel-collapse collapse in"
role="tabpanel"
aria-labelledby="{{ domId }}-heading">
<table ng-if='exps.length > 0' class="table table-striped table-hover">
<table ng-if='exp
Name
s.length > 0' class="table table-striped table-hover">
<thead>
<tr>
<th ng-if='isByName'></th>
...
...
@@ -116,9 +116,9 @@ angular.module('reportApp')
<div class='panel-body' ng-if='expNames.length == 0'>
<i class="fa fa-warning fa-lg"></i>
You have <strong>not added any experiments</strong>
in
this report yet.
You may add experiments from
<a href="{{ getExperimentListPath() }}{{ ReportService.author }}/">
any
experiment list page</a>
You have <strong>not added any experiments</strong>
to
this report yet.
You may add experiments from
throughout the platform
(e.g.
<a href="{{ getExperimentListPath() }}{{ ReportService.author }}/">
your
experiment list page</a>
)
to unlock editing features for this report.
</div>
</div>
...
...
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