Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fixing labels / style
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosogabriel committed Jun 25, 2015
1 parent 1514238 commit e3eb4c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="pull-left" data-toggle="tooltip" data-placement="top" title="" data-o
<div class="clearfix">
<!-- No Alerts -->
<div class="panel panel-default alert alert-info" ng-show="vm.alertList.length === 0">
<div class="hk-alert-icon"><i class="fa fa-flag-o"></i></div>
<div class="hk-alert-icon"><i class="fa fa-flag gray"></i></div>
<div class="hk-event">No Alerts have been fired in this category and time range.</div>
</div>
<!-- Alerts exist -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<button type="button" class="close" ng-click="vm.cancel()">
<span class="pficon pficon-close"></span>
</button>
<h4 class="modal-title">Delete Resource</h4>
<h4 class="modal-title">Delete URL</h4>
</div>
<div class="modal-body">
<div class="form-group">
<p class="primary-message">Are you sure you want to stop monitoring and delete the data for the site <strong>{{ vm.resource.properties.url }}</strong> (Resource ID: {{ vm.resource.id }}) ?</p>
<p class="primary-message">Are you sure you want to stop monitoring and delete the data for the website <strong>{{ vm.resource.properties.url }}</strong> (Resource ID: {{ vm.resource.id }}) ?</p>
<p>This action can't be undone.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/console/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>HAWKULAR</title>
<title>Hawkular - The OpenSource monitoring platform</title>
<base href='${hawkular.console.index.html.base.href}'>
<meta charset="UTF8">

Expand Down

0 comments on commit e3eb4c1

Please sign in to comment.