mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
added support for multi-button groups to toolbar
This commit is contained in:
parent
7ae9e79540
commit
19732ba31a
14 changed files with 115 additions and 49 deletions
11
UI/Shared/Toolbar/ButtonGroupView.js
Normal file
11
UI/Shared/Toolbar/ButtonGroupView.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
define(['app', 'Shared/Toolbar/CommandView'], function () {
|
||||
NzbDrone.Shared.Toolbar.ButtonGroupView = Backbone.Marionette.CollectionView.extend({
|
||||
className: 'btn-group',
|
||||
itemView : NzbDrone.Shared.Toolbar.CommandView
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue