mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Playlist: Migrates New/Edit pages to React (#32218)
* WIP: initial commit * Playlist: Migrates New/Edit to React * Tests: adds tests for PlaylistForm * Tests: adds more tests * Chore: moved some styles * Chore: updates after PR review
This commit is contained in:
@@ -149,4 +149,14 @@ export const Pages = {
|
||||
page: 'Plugin page',
|
||||
signatureInfo: 'Plugin signature info',
|
||||
},
|
||||
PlaylistForm: {
|
||||
name: 'Playlist name',
|
||||
interval: 'Playlist interval',
|
||||
itemRow: 'Playlist item row',
|
||||
itemIdType: 'Playlist item dashboard by ID type',
|
||||
itemTagType: 'Playlist item dashboard by Tag type',
|
||||
itemMoveUp: 'Move playlist item order up',
|
||||
itemMoveDown: 'Move playlist item order down',
|
||||
itemDelete: 'Delete playlist item',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user