]> git.proxmox.com Git - pmg-gui.git/commitdiff
mobile: consistent success action message with full UI
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Oct 2020 14:12:59 +0000 (15:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Oct 2020 14:12:59 +0000 (15:12 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/mobile/app.js

index cf76e8e0655c246a6805d72bc12b25fffa812d3b..f8937809944bfb2da2e75c944e05f2c72ef804a1 100644 (file)
@@ -43,7 +43,7 @@ app = new Framework7({
                            },
                            success: (data, status, xhr) => {
                                loader.close();
-                               PMG.Utils.showSuccessToast(`${action} successful`);
+                               PMG.Utils.showSuccessToast(`Action '${action}' successful`);
                                if (action === 'delete' || action === 'deliver') {
                                    app.ptr.refresh();
                                }