generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: import to docker form board, docker button on boards (#1714)
- Loading branch information
Showing
16 changed files
with
234 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
{ | ||
"modal": { | ||
"title": "Add a new tile", | ||
"text": "Tiles are the main element of Homarr. They are used to display your apps and other information. You can add as many tiles as you want." | ||
}, | ||
"widgetDescription": "Widgets interact with your apps, to provide you with more control over your applications. They usually require additional configuration before use.", | ||
"goBack": "Go back to the previous step", | ||
"actionIcon": { | ||
"tooltip": "Add a tile" | ||
}, | ||
"apps": "Apps", | ||
"app": { | ||
"defaultName": "Your App" | ||
}, | ||
"widgets": "Widgets", | ||
"categories": "Categories", | ||
"category": { | ||
"newName": "Name of new category", | ||
"defaultName": "New Category", | ||
"created": { | ||
"title": "Category created", | ||
"message": "The category \"{{name}}\" has been created" | ||
} | ||
"modal": { | ||
"title": "Add a new tile", | ||
"text": "Tiles are the main element of Homarr. They are used to display your apps and other information. You can add as many tiles as you want." | ||
}, | ||
"widgetDescription": "Widgets interact with your apps, to provide you with more control over your applications. They usually require additional configuration before use.", | ||
"goBack": "Go back to the previous step", | ||
"actionIcon": { | ||
"tooltip": "Add a tile" | ||
}, | ||
"apps": "Apps", | ||
"app": { | ||
"defaultName": "Your App" | ||
}, | ||
"widgets": "Widgets", | ||
"categories": "Categories", | ||
"category": { | ||
"newName": "Name of new category", | ||
"defaultName": "New Category", | ||
"created": { | ||
"title": "Category created", | ||
"message": "The category \"{{name}}\" has been created" | ||
} | ||
}, | ||
"importFromDocker": "Import from docker" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
...ashboard/Modals/SelectElement/Components/StaticElementsTab/AvailableStaticElementsTab.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.