Modified regular file .nvmrc: 1 1: 2224 Modified regular file app/datastore/viewer.js: 1 1: // Datastore Viewer 2 2: import api from '../api.js'; 3 : import izui from '../izui.js'; 4 3: 5 4: console.log('datastore viewer loading'); 6 5: 7 : // Initialize IZUI - this window is a child of settings, notify parent on close 8 : izui.init({ canHaveChildren: false }); 9 : 10 6: const tables = ['addresses', 'visits', 'content', 'tags', 'blobs', 'scripts_data', 'feeds']; 11 7: 12 8: let currentTable = null; ... Modified regular file app/diagnostic.html: ... 47 47:
48 48: 49 49: 36 : 105 : 106 : 107 :