mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Integrate bootstrap datetimepicker PR#308
This commit is contained in:
@@ -3,6 +3,6 @@ imports:
|
|||||||
- javascript
|
- javascript
|
||||||
- php
|
- php
|
||||||
|
|
||||||
# please keep the excluded paths list sorted
|
# FIXME: find a way to keep excluded_paths list sorted
|
||||||
filter:
|
filter:
|
||||||
excluded_paths: [ html/includes/geshi/*, html/includes/jpgraph/*, html/js/bootstrap*, html/js/jqplot/*, html/js/jquery.cycle*, html/js/jquery-ui-timepicker-addon.js, html/js/sorttable.js, html/js/tw-sack.js, includes/phpmailer/*, html/css/bootstrap*, html/includes/Slim/*, html/css/toastr*, html/js/toastr* ]
|
excluded_paths: [ html/includes/geshi/*, html/includes/jpgraph/*, html/js/bootstrap*, html/js/jqplot/*, html/js/jquery.cycle*, html/js/jquery-ui-timepicker-addon.js, html/js/sorttable.js, html/js/tw-sack.js, includes/phpmailer/*, html/css/bootstrap*, html/includes/Slim/*, html/css/toastr*, html/js/toastr*, html/js/datetime/* ]
|
||||||
|
1
html/css/bootstrap-datetimepicker.min.css
vendored
Symbolic link
1
html/css/bootstrap-datetimepicker.min.css
vendored
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../js/datetime/build/css/bootstrap-datetimepicker.min.css
|
@@ -128,12 +128,14 @@ if ($config['page_title']) { $config['page_title_prefix'] = $config['page_title'
|
|||||||
if ($config['page_refresh']) { echo(' <meta http-equiv="refresh" content="'.$config['page_refresh'].'" />' . "\n"); }
|
if ($config['page_refresh']) { echo(' <meta http-equiv="refresh" content="'.$config['page_refresh'].'" />' . "\n"); }
|
||||||
?>
|
?>
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="css/typeahead.js-bootstrap.css" rel="stylesheet" type="text/css" />
|
<link href="css/bootstrap-datetimepicker.min.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
|
<link href="css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="css/toastr.min.css" rel="stylesheet" type="text/css" />
|
<link href="css/toastr.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="css/typeahead.js-bootstrap.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="<?php echo($config['stylesheet']); ?>" rel="stylesheet" type="text/css" />
|
<link href="<?php echo($config['stylesheet']); ?>" rel="stylesheet" type="text/css" />
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.min.js"></script>
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<script src="js/bootstrap-datetimepicker.min.js"></script>
|
||||||
<script src="js/bootstrap-hover-dropdown.min.js"></script>
|
<script src="js/bootstrap-hover-dropdown.min.js"></script>
|
||||||
<script src="js/bootstrap-switch.min.js"></script>
|
<script src="js/bootstrap-switch.min.js"></script>
|
||||||
<script src="js/typeahead.min.js"></script>
|
<script src="js/typeahead.min.js"></script>
|
||||||
|
1
html/js/bootstrap-datetimepicker.min.js
vendored
Symbolic link
1
html/js/bootstrap-datetimepicker.min.js
vendored
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
datetime/build/js/bootstrap-datetimepicker.min.js
|
Reference in New Issue
Block a user