mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update AdminLTE
- from 2.4.5 to 2.4.18 (cannot detect any issues) - set default scancycle for Apple Devices to 1
This commit is contained in:
48
front/lib/AdminLTE/documentation/build/include/download.html
Normal file
48
front/lib/AdminLTE/documentation/build/include/download.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<section id="download">
|
||||
<h2 class="page-header"><a href="#download">Download</a></h2>
|
||||
<p class="lead">
|
||||
AdminLTE can be downloaded in two different versions, each appealing to different skill levels and use case.
|
||||
</p>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Ready</h3>
|
||||
<span class="label label-primary pull-right"><i class="fa fa-html5"></i></span>
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<p>Compiled and ready to use in production. Download this version if you don't want to customize AdminLTE's LESS files.</p>
|
||||
<a href="https://adminlte.io/download/AdminLTE-dist" class="btn btn-primary"><i class="fa fa-download"></i> Download</a>
|
||||
</div><!-- /.box-body -->
|
||||
</div><!-- /.box -->
|
||||
</div><!-- /.col -->
|
||||
<div class="col-sm-6">
|
||||
<div class="box box-danger">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Source Code</h3>
|
||||
<span class="label label-danger pull-right"><i class="fa fa-database"></i></span>
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<p>All files including the compiled CSS. Download this version if you plan on customizing the template. <b>Requires a LESS compiler.</b></p>
|
||||
<a href="https://adminlte.io/download/AdminLTE" class="btn btn-danger"><i class="fa fa-download"></i> Download</a>
|
||||
</div><!-- /.box-body -->
|
||||
</div><!-- /.box -->
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
<pre class="hierarchy bring-up"><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
|
||||
|
||||
AdminLTE/
|
||||
├── dist/
|
||||
│ ├── CSS/
|
||||
│ ├── JS
|
||||
│ ├── img
|
||||
├── build/
|
||||
│ ├── less/
|
||||
│ │ ├── AdminLTE's Less files
|
||||
│ └── Bootstrap-less/ (Only for reference. No modifications have been made)
|
||||
│ ├── mixins/
|
||||
│ ├── variables.less
|
||||
│ ├── mixins.less
|
||||
└── plugins/
|
||||
├── All the customized plugins CSS and JS files</code></pre>
|
||||
</section>
|
||||
Reference in New Issue
Block a user