Убрать лишний код

This commit is contained in:
JonnyBro 2022-01-31 21:53:01 +05:00
parent 434a35f4ba
commit 5f8ca42fe8
7 changed files with 6 additions and 20 deletions

View file

@ -1,6 +1,6 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 1.0.5
<b>Version</b> 1.1
</div>
<strong>Этот сайт использует <a href="https://adminlte.io">AdminLTE</a> и <a href="https://boostrap.com">Boostrap</a>. © 2021 - 2022 <a href="https://github.com/JonnyBro" target="_blank">Jonny_Bro</a>.</strong>
</footer>

View file

@ -11,20 +11,6 @@
<p><%= user.username %></p>
</div>
</div>
<!-- search form -->
<!--
<form action="/selector" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="<%= translate("dashboard:SEARCH") %>">
<span class="input-group-btn">
<button type="submit" id="search-btn" class="btn btn-flat">
<i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
-->
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu" data-widget="tree">
<li class="header"><%= translate("dashboard:SERVERS_MANAGEMENT").toUpperCase() %></li>

View file

@ -18,7 +18,7 @@
<!-- Content Header (Page header) -->
<section class="content-header">
<h1> <%= translate("common:CONFIGURATION") %> <small> Dashboard v1.0.5 </small> </h1>
<h1> <%= translate("common:CONFIGURATION") %> <small> Dashboard v1.1 </small> </h1>
<ol class="breadcrumb">
<li><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a></li>
<li class="active"><%= guild.name %></li>

View file

@ -21,7 +21,7 @@
<!-- Content Header (Page header) -->
<section class="content-header">
<h1> <%= translate("common:PROFILE") %> <small> Dashboard v1.0.5 </small> </h1>
<h1> <%= translate("common:PROFILE") %> <small> Dashboard v1.1 </small> </h1>
</section>
<!-- Main content -->

View file

@ -14,7 +14,7 @@
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1> <%= translate("dashboard:SELECTOR") %> <small> Dashboard v1.0.5 </small> </h1>
<h1> <%= translate("dashboard:SELECTOR") %> <small> Dashboard v1.1 </small> </h1>
<ol class="breadcrumb">
<li class="active"><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a>
</li>

View file

@ -21,7 +21,7 @@
<!-- Content Header (Page header) -->
<section class="content-header">
<h1> <%= translate("dashboard:STATS") %> <i> <%= bot.guilds.cache.get(guildID).name %> </i> <small> Dashboard v1.0.5 </small> </h1>
<h1> <%= translate("dashboard:STATS") %> <i> <%= bot.guilds.cache.get(guildID).name %> </i> <small> Dashboard v1.1 </small> </h1>
</section>
<!-- Main content -->

View file

@ -18,7 +18,7 @@
<!-- Content Header (Page header) -->
<section class="content-header">
<h1> <%= user.username %> <small> Dashboard v1.0.5 </small> </h1>
<h1> <%= user.username %> <small> Dashboard v1.1 </small> </h1>
</section>
<section class="content">