Skip to content

Commit 591a660

Browse files
authored
Merge pull request #50 from coreymbe/PIE-1119-pe_status_check
(PIE-119) Add pe_status_check dashboards
2 parents dfb3032 + bf87d5a commit 591a660

File tree

3 files changed

+2360
-0
lines changed

3 files changed

+2360
-0
lines changed

TA-puppet-report-viewer/app.manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
}
4040
},
4141
"dependencies": {
42+
"status_indicator_app": {
43+
"version": ">=1.5.0"
44+
}
4245
},
4346
"tasks": [],
4447
"inputGroups": {

TA-puppet-report-viewer/default/data/ui/nav/default.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
<view name="hosts_with_failures" />
1717
<view name="hosts_with_corrective_changes" />
1818
</collection>
19+
<view name="pe_status_check" label="PE Status Checks"/>
1920
<view name="search" label="Search"/>
2021
</nav>

0 commit comments

Comments
 (0)