mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Map Management: Show Groups (#16005)
* Map Management: Show Groups * reorganize group selector a bit * Use uuid to prevent issues with unicode strings and other oddities * Edit buttons should not be primary * Reactivity for small screens
This commit is contained in:
@@ -44,7 +44,7 @@ return [
|
||||
'saving' => 'Saving...',
|
||||
'save_errors' => 'Save failed due to the following errors:',
|
||||
'save_error' => 'Save failed. Server returned error response code: :code',
|
||||
'delete' => 'Delete Map',
|
||||
'delete' => 'Delete :name?',
|
||||
'list' => 'Return to map list',
|
||||
'unsavedchanges' => 'You have unsaved changes. Press confirm to discard changes and return to the map list, or cancel to return to the editor.',
|
||||
'edit' => 'Edit Map Settings',
|
||||
|
Reference in New Issue
Block a user