Skip to content

Commit

Permalink
wip: removed titles from all legacy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Nov 10, 2023
1 parent a1fc524 commit a7cfa17
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 36 deletions.
5 changes: 0 additions & 5 deletions web/main/adminManager.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
</svg>


<div class="text-center mb-4">
<h2>Admin Manager</h2>
</div>


<div class="row justify-content-md-center">
<div class="col-md-7 mw-col8">

Expand Down
5 changes: 0 additions & 5 deletions web/main/cfgEditor.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
<style>.CodeMirror{height: calc(100vh - 150px);}</style>
<% } %>

<!-- Title -->
<div class="text-center mb-4">
<h3>Server Config File Editor</h3>
</div>

<!-- CFG Editor -->
<div class="row justify-content-md-center">
<div class="col-lg-12 col-xl-11 mw-col8">
Expand Down
3 changes: 0 additions & 3 deletions web/main/console.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
</style>


<div class="text-center">
<h3><%= serverName %> Console</h3>
</div>
<div class="card bg-dark">
<div class="card-body p-3" style="position: relative">
<pre id="console" class="thin-scroll console-content text-white <%= (isWebInterface ? '' : 'nui-height') %>"></pre>
Expand Down
5 changes: 0 additions & 5 deletions web/main/dashboard.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@
</style>

<!-- Title & outdated message: -->
<% if (isWebInterface) { %>
<div class="text-center mb-4">
<h2><%= serverName %> Dashboard</h2>
</div>
<% } %>
<% if (txaOutdated) { %>
<div class="row justify-content-md-center">
<div class="col-md-6 text-center">
Expand Down
3 changes: 0 additions & 3 deletions web/main/insights.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
}
</style>

<div class="text-center mb-4">
<h2>Server Insights</h2>
</div>

<!-- TAB SELECTOR -->
<div class="mb-4">
Expand Down
3 changes: 0 additions & 3 deletions web/main/masterActions.ejs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<%- await include('parts/header.ejs', locals) %>


<div class="text-center mb-4">
<h2>Master Actions</h2>
</div>
<div class="row justify-content-md-center">
<div class="col-lg-6 col-md-8 col-sm-12">
<% if (!isMasterAdmin) { %>
Expand Down
4 changes: 0 additions & 4 deletions web/main/resources.ejs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<%- await include('parts/header.ejs', locals) %>

<div class="text-center mb-4">
<h2>Resources List</h2>
</div>


<div class="row justify-content-center">
<div class="col-md-7 mw-col6">
Expand Down
4 changes: 1 addition & 3 deletions web/main/serverLog.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
</style>

<div class="text-center" style="margin-bottom: 15px">
<h3>Server Log</h3>
</div>

<div class="row">
<div class="col-xl-3 col-lg-12 card-containers" style="min-width: 235px;">
<div class="card border-primary" >
Expand Down
5 changes: 0 additions & 5 deletions web/main/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
</style>


<div class="text-center mb-4">
<h2>Settings</h2>
</div>


<div class="row justify-content-md-center">
<div class="col-md-7 mw-col8">

Expand Down

0 comments on commit a7cfa17

Please sign in to comment.