mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
11 lines
254 B
JavaScript
11 lines
254 B
JavaScript
NzbDrone.Constants = {
|
|
Templates: {
|
|
AppLayout: '#AppLayout',
|
|
QualityProfilesView: '#QualityProfilesView',
|
|
QualityProfileView: '#QualityProfileView'
|
|
},
|
|
|
|
Events: {
|
|
MenuItemSelected: 'MenuItemSelected'
|
|
}
|
|
}; |