Browse Source

WebClient: update theme to the latest version

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 1 year ago
parent
commit
450ae868ff

File diff suppressed because it is too large
+ 1 - 1
static/assets/css/style.bundle.css


File diff suppressed because it is too large
+ 0 - 0
static/assets/js/scripts.bundle.js


File diff suppressed because it is too large
+ 0 - 0
static/assets/plugins/custom/datatables/datatables.bundle.css


File diff suppressed because it is too large
+ 4 - 4
static/assets/plugins/custom/datatables/datatables.bundle.js


File diff suppressed because it is too large
+ 0 - 0
static/assets/plugins/global/plugins.bundle.css


File diff suppressed because it is too large
+ 2 - 2
static/assets/plugins/global/plugins.bundle.js


+ 2 - 2
templates/webclient/base.html

@@ -250,7 +250,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                         {{- if .LoggedUser.Username}}
                         {{- if .LoggedUser.Username}}
                         <div id="kt_app_footer" class="app-footer">
                         <div id="kt_app_footer" class="app-footer">
                             <div class="app-container  container-fluid d-flex flex-column flex-md-row flex-center flex-md-stack py-3 align-items-center justify-content-center">
                             <div class="app-container  container-fluid d-flex flex-column flex-md-row flex-center flex-md-stack py-3 align-items-center justify-content-center">
-                                <div class="text-dark order-2 order-md-1">
+                                <div class="text-gray-900 order-2 order-md-1">
                                     <span class="text-gray-700 fw-semibold me-1">SFTPGo {{.Version}}</span>
                                     <span class="text-gray-700 fw-semibold me-1">SFTPGo {{.Version}}</span>
                                 </div>
                                 </div>
                             </div>
                             </div>
@@ -279,7 +279,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                             <span id="modal_alert_icon">
                             <span id="modal_alert_icon">
                             </span>
                             </span>
                             <div class="mt-10 text-center">
                             <div class="mt-10 text-center">
-                                <span id="modal_alert_text" class="fs-6 text-dark fw-semibold"></span>
+                                <span id="modal_alert_text" class="fs-6 text-gray-900 fw-semibold"></span>
                             </div>
                             </div>
                         </div>
                         </div>
                     </div>
                     </div>

+ 2 - 2
templates/webclient/files.html

@@ -1569,7 +1569,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                         </span>
                         </span>
                     </div>
                     </div>
                     <div class="mb-1 pe-3 flex-grow-1">
                     <div class="mb-1 pe-3 flex-grow-1">
-                        <span class="fs-6 text-dark fw-semibold">Disk quota</span>
+                        <span class="fs-6 text-gray-900 fw-semibold">Disk quota</span>
                         {{- if $size}}
                         {{- if $size}}
                         {{- $percentage := .QuotaUsage.GetQuotaSizePercentage}}
                         {{- $percentage := .QuotaUsage.GetQuotaSizePercentage}}
                         <div class="{{if .QuotaUsage.IsQuotaSizeLow}}text-warning{{else}}text-gray-700{{end}} fw-semibold fs-6">Size: {{$size}}{{if gt $percentage 0}} ({{$percentage}}%){{end}}</div>
                         <div class="{{if .QuotaUsage.IsQuotaSizeLow}}text-warning{{else}}text-gray-700{{end}} fw-semibold fs-6">Size: {{$size}}{{if gt $percentage 0}} ({{$percentage}}%){{end}}</div>
@@ -1595,7 +1595,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                         </span>
                         </span>
                     </div>
                     </div>
                     <div class="mb-1 pe-3 flex-grow-1">
                     <div class="mb-1 pe-3 flex-grow-1">
-                        <span class="fs-6 text-dark fw-semibold">Transfer quota</span>
+                        <span class="fs-6 text-gray-900 fw-semibold">Transfer quota</span>
                         {{- if $total}}
                         {{- if $total}}
                         {{$percentage := .QuotaUsage.GetTotalTransferQuotaPercentage}}
                         {{$percentage := .QuotaUsage.GetTotalTransferQuotaPercentage}}
                         <div class="{{if .QuotaUsage.IsTotalTransferQuotaLow}}text-warning{{else}}text-gray-700{{end}} fw-semibold fs-6">Total: {{$total}}{{if gt $percentage 0}} ({{$percentage}}%){{end}}</div>
                         <div class="{{if .QuotaUsage.IsTotalTransferQuotaLow}}text-warning{{else}}text-gray-700{{end}} fw-semibold fs-6">Total: {{$total}}{{if gt $percentage 0}} ({{$percentage}}%){{end}}</div>

+ 2 - 2
templates/webclient/forgot-password.html

@@ -27,14 +27,14 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                 </a>
                 </a>
             </div>
             </div>
             <div class="col-7">
             <div class="col-7">
-                <a href="{{.LoginURL}}" class="text-dark mb-3 ms-3 fs-1 fw-bold">
+                <a href="{{.LoginURL}}" class="text-gray-900 mb-3 ms-3 fs-1 fw-bold">
                     {{.Branding.ShortName}}
                     {{.Branding.ShortName}}
                 </a>
                 </a>
             </div>
             </div>
         </div>
         </div>
     </div>
     </div>
     <div class="text-center mb-10">
     <div class="text-center mb-10">
-        <h2 class="text-dark mb-3">
+        <h2 class="text-gray-900 mb-3">
             Forgot Password ?
             Forgot Password ?
         </h2>
         </h2>
         <div class="text-gray-600 fw-semibold fs-4">
         <div class="text-gray-600 fw-semibold fs-4">

+ 1 - 1
templates/webclient/login.html

@@ -25,7 +25,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
 										<img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
 										<img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
 									</div>
 									</div>
 									<div class="col-7">
 									<div class="col-7">
-										<h1 class="text-dark mb-3 ms-3">
+										<h1 class="text-gray-900 mb-3 ms-3">
 											{{.Branding.ShortName}}
 											{{.Branding.ShortName}}
 										</h1>
 										</h1>
 									</div>
 									</div>

+ 2 - 2
templates/webclient/message.html

@@ -24,7 +24,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
         <a href="{{.LoginURL}}">
         <a href="{{.LoginURL}}">
             <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
             <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
         </a>
         </a>
-        <a href="{{.LoginURL}}" class="text-dark fs-1 fw-bold ms-3 ps-5">
+        <a href="{{.LoginURL}}" class="text-gray-900 fs-1 fw-bold ms-3 ps-5">
 		    {{.Branding.ShortName}}
 		    {{.Branding.ShortName}}
         </a>
         </a>
     </div>
     </div>
@@ -33,7 +33,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
         <span>
         <span>
             <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
             <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
         </span>
         </span>
-        <span class="text-dark fs-1 fw-bold ms-3 ps-5">
+        <span class="text-gray-900 fs-1 fw-bold ms-3 ps-5">
 		    {{.Branding.ShortName}}
 		    {{.Branding.ShortName}}
         </span>
         </span>
     </div>
     </div>

+ 1 - 1
templates/webclient/mfa.html

@@ -230,7 +230,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                     <div class="d-flex flex-stack flex-grow-1">
                     <div class="d-flex flex-stack flex-grow-1">
                         <div class="fw-semibold">
                         <div class="fw-semibold">
                             <div class="fs-6 text-gray-800">If you have trouble using the QR code, select manual entry on your app, and enter the code:
                             <div class="fs-6 text-gray-800">If you have trouble using the QR code, select manual entry on your app, and enter the code:
-                                <span id="id_secret" class="fw-bold text-dark pt-2"></span>
+                                <span id="id_secret" class="fw-bold text-gray-900 pt-2"></span>
                             </div>
                             </div>
                         </div>
                         </div>
                     </div>
                     </div>

+ 2 - 2
templates/webclient/reset-password.html

@@ -27,14 +27,14 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                 </a>
                 </a>
             </div>
             </div>
             <div class="col-7">
             <div class="col-7">
-                <a href="{{.LoginURL}}" class="text-dark mb-3 ms-3 fs-1 fw-bold">
+                <a href="{{.LoginURL}}" class="text-gray-900 mb-3 ms-3 fs-1 fw-bold">
                     {{.Branding.ShortName}}
                     {{.Branding.ShortName}}
                 </a>
                 </a>
             </div>
             </div>
         </div>
         </div>
     </div>
     </div>
     <div class="text-center mb-10">
     <div class="text-center mb-10">
-        <h2 class="text-dark mb-3">
+        <h2 class="text-gray-900 mb-3">
             Reset Password
             Reset Password
         </h2>
         </h2>
         <div class="text-gray-600 fw-semibold fs-4">
         <div class="text-gray-600 fw-semibold fs-4">

+ 1 - 1
templates/webclient/sharelogin.html

@@ -25,7 +25,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                 <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
                 <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
             </div>
             </div>
             <div class="col-7">
             <div class="col-7">
-                <h1 class="text-dark mb-3 ms-3">
+                <h1 class="text-gray-900 mb-3 ms-3">
                     {{.Branding.ShortName}}
                     {{.Branding.ShortName}}
                 </h1>
                 </h1>
             </div>
             </div>

+ 1 - 1
templates/webclient/twofactor-recovery.html

@@ -25,7 +25,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                 <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
                 <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
             </div>
             </div>
             <div class="col-7">
             <div class="col-7">
-                <h1 class="text-dark mb-3 ms-3">
+                <h1 class="text-gray-900 mb-3 ms-3">
                     {{.Branding.ShortName}}
                     {{.Branding.ShortName}}
                 </h1>
                 </h1>
             </div>
             </div>

+ 1 - 1
templates/webclient/twofactor.html

@@ -25,7 +25,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
                 <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
                 <img alt="Logo" src="{{.StaticURL}}{{.Branding.LogoPath}}" class="h-80px h-md-90px h-lg-100px" />
             </div>
             </div>
             <div class="col-7">
             <div class="col-7">
-                <h1 class="text-dark mb-3 ms-3">
+                <h1 class="text-gray-900 mb-3 ms-3">
                     {{.Branding.ShortName}}
                     {{.Branding.ShortName}}
                 </h1>
                 </h1>
             </div>
             </div>

Some files were not shown because too many files changed in this diff