<base href="./" th:href="'/'"/>
|
<meta charset="utf-8">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<title th:text="${application.wgName}">WGClOUD监控系统</title>
|
<!-- Tell the browser to be responsive to screen width -->
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<!-- Font Awesome -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/fontawesome-free/css/all.min.css'}">
|
<!-- Ionicons -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/ionicons-2.0.1/css/ionicons.css'}">
|
|
<!-- Tempusdominus Bbootstrap 4 -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css'}">
|
<!-- iCheck -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/icheck-bootstrap/icheck-bootstrap.min.css'}">
|
<!-- overlayScrollbars -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/overlayScrollbars/css/OverlayScrollbars.min.css'}">
|
<!-- Daterange picker -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/daterangepicker/daterangepicker.css'}">
|
<!-- summernote -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/summernote/summernote-bs4.css'}">
|
<!-- Google Font: Source Sans Pro -->
|
<link th:href="@{'/static/AdminLTE/googleapis/fonts.googleapis.css?family=Source+Sans+Pro:300,400,400i,700'}" rel="stylesheet">
|
<!-- SweetAlert2 -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/sweetalert2-theme-bootstrap-4/bootstrap-4.min.css'}">
|
<!-- Select2 -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/select2/css/select2.min.css'}">
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css'}">
|
<!-- Bootstrap4 Duallistbox -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/bootstrap4-duallistbox/bootstrap-duallistbox.min.css'}">
|
<!-- Theme style -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/dist/css/adminlte.min.css'}">
|
<!-- Toastr -->
|
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/toastr/toastr.min.css'}">
|
<link rel="stylesheet" th:href="@{'/static/logincss/highlighter.css'}">
|
<link rel="shortcut icon" type="image/x-icon" th:href="${application.icoUrl}"/>
|