Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
www-gitlab-com
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2,162
Issues
2,162
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1,239
Merge Requests
1,239
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.com
www-gitlab-com
Commits
ff392bff
Commit
ff392bff
authored
Mar 22, 2020
by
Kathleen Tam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update _performance_indicator.erb to remove the check for sisense_url property
parent
0cbe438e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
source/includes/_performance_indicator.erb
source/includes/_performance_indicator.erb
+7
-11
No files found.
source/includes/_performance_indicator.erb
View file @
ff392bff
...
...
@@ -15,10 +15,13 @@
<p><b>
This KPI cannot be public.
</b>
</p>
<%
end
%>
<%
if
performance_indicator
.
sisense_url
%>
<b>
Sisense URL
</b>
<%
performance_indicator
.
sisense_url
.
each
do
|
url
|
%>
<a
href=
"
<%=
url
%>
"
>
Sisense↗
</a>
<%
if
performance_indicator
.
urls
%>
<b>
URL(s)
</b>
<ul>
<%
performance_indicator
.
urls
.
each
do
|
url
|
%>
<li><a
href=
"
<%=
url
%>
"
>
<%=
url
%>
</a></li>
<%
end
%>
</ul>
<%
end
%>
<%
if
performance_indicator
.
sisense_data
%>
...
...
@@ -30,14 +33,7 @@
<%
end
%>
<%
end
%>
<%
if
performance_indicator
.
urls
%>
<b>
URL(s)
</b>
<ul>
<%
performance_indicator
.
urls
.
each
do
|
url
|
%>
<li><a
href=
"
<%=
url
%>
"
>
<%=
url
%>
</a></li>
<%
end
%>
</ul>
<%
end
%>
<b>
Health:
<%=
color_code_health
(
performance_indicator
.
health
.
level
)
%>
</b>
<ul>
...
...
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