mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
UI Cleanup - Updated System, Tags and Wanted subtrees.
This commit is contained in:
parent
d6079a701c
commit
32fc68b9df
46 changed files with 1008 additions and 643 deletions
|
@ -4,9 +4,11 @@ var UiSettings = require('../../../Shared/UiSettingsModel');
|
|||
|
||||
module.exports = NzbDroneCell.extend({
|
||||
className : 'log-time-cell',
|
||||
render : function(){
|
||||
|
||||
render : function() {
|
||||
var date = moment(this._getValue());
|
||||
this.$el.html('<span title="{1}">{0}</span>'.format(date.format(UiSettings.time(true, false)), date.format(UiSettings.longDateTime(true))));
|
||||
|
||||
return this;
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue