Comment future possibility for deleting pushers

This commit is contained in:
David Baker 2016-04-12 13:22:58 +01:00
parent cff1c3010b
commit c5524851f3

View File

@ -952,6 +952,8 @@ module.exports = React.createClass({
} else if (this.state.pushers.length == 0) {
devicesSection = <div><i>No devices are push notifications</i></div>
} else {
// It would be great to be able to delete pushers from here too,
// and this wouldn't be hard to add.
var rows = [];
for (var i = 0; i < this.state.pushers.length; ++i) {
rows.push(<tr>