Skip to content

Commit 9646c77

Browse files
committed
Added tooltips
1 parent da3c177 commit 9646c77

13 files changed

+991
-3551
lines changed

src/ServicePulse.Host/ServicePulse.Host.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,12 @@
143143
<Content Include="app\js\custom_checks\customChecks.js" />
144144
<Content Include="app\js\custom_checks\customChecks.tpl.html" />
145145
<Content Include="app\js\dashboard\dashboard.js" />
146-
<Content Include="app\js\directives\dropdownToggle.js" />
147146
<Content Include="app\js\directives\hud.js" />
148147
<Content Include="app\js\directives\hud.tpl.html" />
148+
<Content Include="app\js\directives\ui-bootstrap-custom-0.6.0.js" />
149+
<Content Include="app\js\directives\ui-bootstrap-custom-0.6.0.min.js" />
150+
<Content Include="app\js\directives\ui-bootstrap-custom-tpls-0.6.0.js" />
151+
<Content Include="app\js\directives\ui-bootstrap-custom-tpls-0.6.0.min.js" />
149152
<Content Include="app\js\failed_messages\failedMessages.js" />
150153
<Content Include="app\js\endpoints\endpoints.js" />
151154
<Content Include="app\lib\angular\angular-animate.js" />
@@ -156,11 +159,8 @@
156159
<Content Include="app\lib\angular\angular-sanitize.min.js" />
157160
<Content Include="app\lib\jquery-1.10.2.min.js" />
158161
<Content Include="app\lib\jquery.signalR-1.1.3.min.js" />
159-
<Content Include="app\lib\ng-grid.js" />
160162
<Content Include="app\lib\ng-infinite-scroll.min.js" />
161163
<Content Include="app\lib\page-width-functions.js" />
162-
<Content Include="app\lib\select2.directive.js" />
163-
<Content Include="app\lib\select2.min.js" />
164164
<Content Include="app\js\failed_messages\failedMessages.tpl.html" />
165165
<EmbeddedResource Include="Hosting\Help.txt" />
166166
<Content Include="app\font\fontawesome-webfont-0.eot" />
@@ -186,7 +186,7 @@
186186
</Content>
187187
<Content Include="app\lib\bootstrap.js" />
188188
<Content Include="app\lib\bootstrap.min.js" />
189-
<Content Include="app\lib\moment.min.js" />
189+
<Content Include="app\js\directives\moment.min.js" />
190190
<Content Include="app\NoIE.html" />
191191
<Content Include="app\js\dashboard\dashboard.tpl.html" />
192192
<Content Include="app\js\endpoints\endpoints.tpl.html" />

src/ServicePulse.Host/app/index.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ <h4 class="alert-heading">Warning!</h4>
3232
<div class="navbar">
3333
<div class="navbar-inner">
3434
<div class="container-fluid">
35-
<a class="btn btn-navbar" data-toggle="collapse" data-target=".top-nav.nav-collapse,.sidebar-nav.nav-collapse">
36-
<span class="icon-bar"></span>
37-
<span class="icon-bar"></span>
38-
<span class="icon-bar"></span>
39-
</a>
4035
<a class="brand" href="/"> <img alt="Service Pulse" src="img/logo.png" /> <span class="hidden-phone"></span></a>
4136
</div>
4237
</div>
@@ -60,16 +55,12 @@ <h4 class="alert-heading">Warning!</h4>
6055
</div>
6156
</div>
6257
<script src="lib/jquery-1.10.2.min.js"></script>
63-
<script src="lib/select2.min.js"></script>
6458
<script src="lib/angular/angular.js"></script>
6559
<script src="lib/angular/angular-route.js"></script>
6660
<script src="lib/angular/angular-animate.js"></script>
6761
<script src="lib/angular/angular-sanitize.js"></script>
6862
<script src="lib/ng-infinite-scroll.min.js"></script>
69-
<script src="js/directives/dropdownToggle.js"></script>
70-
<script src="lib/select2.directive.js"></script>
7163
<script src="lib/jquery.signalR-1.1.3.min.js"></script>
72-
<script src="lib/moment.min.js"></script>
7364
<script src="lib/page-width-functions.js"></script>
7465
<script src="config.js"></script>
7566
<script src="js/app.js"></script>
@@ -78,6 +69,9 @@ <h4 class="alert-heading">Warning!</h4>
7869
<script src="js/services/serviceControlService.js"></script>
7970
<script src="js/services/streamService.js"></script>
8071
<script src="js/directives/moment.js"></script>
72+
<script src="js/directives/moment.min.js"></script>
73+
<script src="js/directives/ui-bootstrap-custom-0.6.0.min.js"></script>
74+
<script src="js/directives/ui-bootstrap-custom-tpls-0.6.0.min.js"></script>
8175
<script src="js/directives/hud.js"></script>
8276
<script src="js/alerts/alerts.js"></script>
8377
<script src="js/dashboard/dashboard.js"></script>

src/ServicePulse.Host/app/js/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ angular.module('sc', [
44
'ngRoute',
55
'ngAnimate',
66
'ngSanitize',
7-
'ui.select2',
8-
'ui.bootstrap.dropdownToggle',
7+
'ui.bootstrap',
98
'infinite-scroll',
109
'services.streamService',
1110
'services.serviceControlService',

src/ServicePulse.Host/app/js/custom_checks/customChecks.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2><i class="fa-icon-check"></i><span class="break"></span>Showing {{model.tota
2626
<div class="span3 text-right" title="In: {{item.originating_endpoint.name}} on {{item.originating_endpoint.machine}}">in {{item.originating_endpoint.name}} on {{item.originating_endpoint.machine}}</div>
2727
</div>
2828
<div class="row-fluid">
29-
<div class="span12 text-right"><a class="btn btn-small btn-link" ng-click="mute(item)"><i class="icon-volume-off"></i> Mute</a></div>
29+
<div class="span12 text-right"><a tooltip="Mute this custom check so it doesn't show up as an alert" class="btn btn-small btn-link" ng-click="mute(item)"><i class="icon-volume-off"></i> Mute</a></div>
3030
</div>
3131
</div>
3232
<div class="alert alert-success" ng-show='!loadingData && model.total == 0'>No failed custom checks</div>

src/ServicePulse.Host/app/js/directives/dropdownToggle.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)