Change Alert -> Name in the alerts table

pull/368/head
Kevin Fitzpatrick 2016-11-04 15:07:14 -07:00
parent 5dbac2063a
commit 38af389ed8
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ const AlertsTable = React.createClass({
<table className="table v-center">
<thead>
<tr>
<th onClick={() => this.changeSort('name')} className="sortable-header">Alert</th>
<th onClick={() => this.changeSort('name')} className="sortable-header">Name</th>
<th onClick={() => this.changeSort('level')} className="sortable-header">Level</th>
<th onClick={() => this.changeSort('time')} className="sortable-header">Time</th>
<th onClick={() => this.changeSort('host')} className="sortable-header">Host</th>