You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/public/app.js
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,7 @@ function renderDeployApps(apps) {
252
252
${a.deployed
253
253
? `<button onclick="updateDeployApp('${a.name}', this)">Mettre à jour</button>
254
254
<button onclick="fullRestartApp('${a.name}', this)" title="Redémarre tous les containers (backend, frontend, BDD…) sur le même réseau">Redémarrage complet</button>
0 commit comments