Switched enroll icon to gears

The icon on the enroll-node button is now a gear instead of a plus
sign.

Change-Id: Id45f4bb08482f7021919b2c720c35c3810d2523c
This commit is contained in:
Michael Krotscheck 2015-12-07 06:07:33 -08:00
parent ab199892db
commit 6e5770740a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="row">
<div class="col-xs-12">
<button ng-click="nodeListCtrl.enroll()" class="btn btn-default pull-right-bottom">
<i class="fa fa-plus"></i>
<i class="fa fa-gear"></i>
Enroll Node
</button>
<h1>Nodes</h1>