Notify.create({
          message: payload.name + ' allocation was updated to ' + payload.allocation * 100 + '%',
          color: 'teal',
          icon: ''
        })