SSL证书申请与部署
6
public/static/css/bootstrap-table.css
vendored
@@ -5,3 +5,9 @@
|
||||
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
|
||||
.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
|
||||
.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
|
||||
.material-switch>input[type=checkbox]{display:none}
|
||||
.material-switch>label{cursor:pointer;height:0;position:relative;width:36px;margin-left:4px}
|
||||
.material-switch>label::before{background:#000;box-shadow:inset 0 0 10px rgba(0,0,0,.5);border-radius:8px;content:'';height:16px;margin-top:-7px;position:absolute;opacity:.3;transition:all .4s ease-in-out;width:36px}
|
||||
.material-switch>label::after{background:#fff;border-radius:16px;box-shadow:0 0 5px rgba(0,0,0,.3);content:'';height:20px;left:-2px;margin-top:-5px;position:absolute;top:-4px;transition:all .3s ease-in-out;width:20px}
|
||||
.material-switch>input[type=checkbox]:checked+label::before{background:inherit;opacity:.5}
|
||||
.material-switch>input[type=checkbox]:checked+label::after{background:inherit;left:20px}
|
||||
|
||||
BIN
public/static/images/aws.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/static/images/bt.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/static/images/cloud.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
public/static/images/gcore.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/static/images/google.ico
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
public/static/images/host.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
public/static/images/letsencrypt.ico
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
public/static/images/opanel.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
public/static/images/qiniu.ico
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
public/static/images/safeline.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/images/server.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/static/images/server2.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
public/static/images/ssl.ico
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
public/static/images/tencent.ico
Normal file
|
After Width: | Height: | Size: 949 B |
BIN
public/static/images/ucloud.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/static/images/waf.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
public/static/images/zerossl.ico
Normal file
|
After Width: | Height: | Size: 98 KiB |
@@ -79,7 +79,7 @@ if (typeof $.fn.bootstrapTable !== "undefined") {
|
||||
queryParamsType: '',
|
||||
queryParams: function(params) {
|
||||
$('#searchToolbar').find(':input[name]').each(function() {
|
||||
if(!$(this).is(":visible")) return;
|
||||
//if(!$(this).is(":visible")) return;
|
||||
params[$(this).attr('name')] = $(this).val()
|
||||
})
|
||||
updateQueryStr(params);
|
||||
|
||||