├── images.md ├── JustAtheme ├── readme.md ├── autoinstall.sh ├── GlobalStylesheet.ts └── tailwind.config.js ├── login-logo ├── script.sh ├── README.md └── LoginFromContainer.tsx ├── darkTheme ├── autoinstall.sh ├── README.md └── tailwind.config.js ├── navy-theme ├── autoinstall.sh ├── README.md └── tailwind.config.js ├── whitelight ├── autoinstall.sh ├── README.md └── tailwind.config.js ├── navbar ├── README.md ├── autoinstall.sh └── NavigationBar.tsx ├── big-serverRow ├── autoinstall.sh ├── README.md └── ServerRow.tsx ├── upload-tracker ├── autoinstall.sh ├── README.md └── UploadButton.tsx ├── README.md └── LICENSE /images.md: -------------------------------------------------------------------------------- 1 | ### JustAtheme 2 | -------------------------------------------------------------------------------- /JustAtheme/readme.md: -------------------------------------------------------------------------------- 1 | 2 | 3 |
47 | © 2015 - {(new Date()).getFullYear()} 48 | 54 | Modded Pterodactyl Panel 55 | 56 |
57 |105 | Drag and drop files to upload. ( You cannot upload folders archive them and unarchive at panel. ) 106 |
107 |{server.name}
91 | {!!server.description && 92 |{server.description}
93 | } 94 |{server.node}
155 | {server.id}
159 | {
164 | server.allocations.filter(alloc => alloc.isDefault).map(allocation => (
165 |
166 | {allocation.alias || allocation.ip}:{allocation.port}
167 |
168 | ))
169 | }
170 |
171 |