<%- include('partials/navbar.ejs', {now:'admin'}) %>
<% if(themeConfig?.admin?.pterodactyl?.enabled) { %>
Pterodactyl List
<% sData.forEach(data => { %> <% }); %>
Server Info Status Controls
user1
<%- data.name %>

<%- data.uuid %>

<%- data.description %>

<%- data.node %>

<% if(data.status === "running") { %> Online <% } else if(data.status === "starting") { %> Starting <% } else if(data.status === "stopping") { %> Stopping <% } else { %> Offline <% } %> <% if(data.status === "running" || data.status === "starting") { %> Stop Restart Kill <% } else if(data.status === "restarting") { %> Stop Kill <% } else if(data.status === "stopping") { %> Kill <% } else { %> Start <% } %>

<% } %> <% if (themeConfig.admin?.logs?.enabled) { %>
Bot Logs
Current Logs
<% if (ldata !== undefined) { %> <% } else { %> <% } %>

<% } %>
Feed Builder
Feed Icon
Feed Description
Feed Colour

Feed Preview
Admin Controls
CHECK FOR UPDATES
Current Feeds
<%- include('partials/feeds.ejs', {require, admin:true}) %>
<% icons.forEach(async(icon) => { %> <%- include('partials/iconsList.ejs', {icons,otherIcons}) %>
<%- include('partials/footer.ejs') %>