MCPcopy Create free account
hub / github.com/IceClusters/icmysql / LoadBackups

Function LoadBackups

debug/js/app.js:230–241  ·  view source on GitHub ↗
(backups)

Source from the content-addressed store, hash-verified

228}
229
230function LoadBackups(backups) {
231 $("#backupModalBody").html("");
232 for (let i = 0; i < backups.length; i++) {
233 $("#backupModalBody").append(`
234 <tr>
235 <td style="width:10%">${backups[i].name}</td>
236 <td style="width: 20% !important;">${backups[i].date}</td>
237 <td style="width:50%">${backups[i].size} mb</td>
238 </tr>
239 `);
240 }
241}
242
243function GoBack() {
244 sections.forEach(element => {

Callers 1

app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected