mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 19:37:12 +00:00
Move about dialog into separate view and add API endpoint for system info
This commit is contained in:
@@ -492,3 +492,12 @@ if (window.location.hash)
|
||||
{
|
||||
$(window.location.hash).addClass("p-2 border border-info rounded");
|
||||
}
|
||||
|
||||
$("#about-dialog-link").on("click", function()
|
||||
{
|
||||
bootbox.alert({
|
||||
message: '<iframe height="400px" class="embed-responsive" src="' + U("/about?embedded") + '"></iframe>',
|
||||
size: "large",
|
||||
closeButton: false
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user