mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Tooltips should now be attached to a container close to the target element while avoiding button/input groups.
This commit is contained in:
@@ -14,7 +14,6 @@ module.exports = NzbDroneCell.extend({
|
||||
var time = '{0} at {1}'.format(FormatHelpers.relativeDate(ect), moment(ect).format(UiSettingsModel.time(true, false)));
|
||||
this.$el.html('-');
|
||||
this.$el.attr('title', 'Will be processed during the first RSS Sync after {0}'.format(time));
|
||||
this.$el.attr('data-container', 'body');
|
||||
return this;
|
||||
}
|
||||
var timeleft = this.cellValue.get('timeleft');
|
||||
|
Reference in New Issue
Block a user