Phase 2: Rename critical files (ogp_api.php to gsp_api.php, logos, agent files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
7f19731158
commit
4b771d498f
54 changed files with 102 additions and 102 deletions
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
8
themes/AdminLTE/dist/js/main.js
vendored
8
themes/AdminLTE/dist/js/main.js
vendored
|
|
@ -411,7 +411,7 @@ $(document).ready(function()
|
|||
var boxClass = 'login-box';
|
||||
var headerContent = '\
|
||||
<!--<h1>' + headTitle + '</h1>-->\
|
||||
<img src="themes/AdminLTE/dist/img/ogp_logo_dark.svg" class="brand-image">\
|
||||
<img src="themes/AdminLTE/dist/img/gsp_logo_dark.svg" class="brand-image">\
|
||||
';
|
||||
|
||||
if(new_form !== undefined)
|
||||
|
|
@ -1287,7 +1287,7 @@ function themeChanger(changeTo, save = false)
|
|||
|
||||
if(!localStorage.getItem('themeLogo'))
|
||||
{
|
||||
$('img.brand-image').attr('src', 'themes/AdminLTE/dist/img/ogp_logo_dark.svg');
|
||||
$('img.brand-image').attr('src', 'themes/AdminLTE/dist/img/gsp_logo_dark.svg');
|
||||
}
|
||||
|
||||
$('link[href*="jquery-ui.min"]').attr('href', 'themes/AdminLTE/plugins/jquery-ui/jquery-ui.min.dark.css');
|
||||
|
|
@ -1318,7 +1318,7 @@ function themeChanger(changeTo, save = false)
|
|||
|
||||
if(!localStorage.getItem('themeLogo'))
|
||||
{
|
||||
$('img.brand-image').attr('src', 'themes/AdminLTE/dist/img/ogp_logo_light.svg');
|
||||
$('img.brand-image').attr('src', 'themes/AdminLTE/dist/img/gsp_logo_light.svg');
|
||||
}
|
||||
|
||||
$('link[href*="jquery-ui.min"]').attr('href', 'themes/AdminLTE/plugins/jquery-ui/jquery-ui.min.light.css');
|
||||
|
|
@ -1349,7 +1349,7 @@ function themeChanger(changeTo, save = false)
|
|||
|
||||
if(!localStorage.getItem('themeLogo'))
|
||||
{
|
||||
$('img.brand-image').attr('src', 'themes/AdminLTE/dist/img/ogp_logo_dark.svg');
|
||||
$('img.brand-image').attr('src', 'themes/AdminLTE/dist/img/gsp_logo_dark.svg');
|
||||
}
|
||||
|
||||
$('link[href*="jquery-ui.min"]').attr('href', 'themes/AdminLTE/plugins/jquery-ui/jquery-ui.min.light.css');
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
||||
<!-- Brand Logo -->
|
||||
<a class="brand-link text-center">
|
||||
<img src="themes/AdminLTE/dist/img/ogp_logo_dark.svg" class="brand-image">
|
||||
<img src="themes/AdminLTE/dist/img/gsp_logo_dark.svg" class="brand-image">
|
||||
</a>
|
||||
|
||||
<!-- Sidebar -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue