This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
83519458b5ffe7300a3057eff7d2979ced527925
librenms-librenms
/
resources
/
css
/
app.css
6 lines
83 B
CSS
Raw
Normal View
History
Unescape
Escape
New Blade Components: x-device-link, x-port-link, x-graph-row, x-popup (#13197) * working popover * popup component * cleanup * finalize device-link component * attributes WIP * working graph component * widgets WIP * More dynamic configs * Graph row component * Build CSS so we can use a dark theme * graph row set columns * only one popup visible at a time. * Just set graph row width statically * responsive WIP * rsponsive option for graph-row "working" * remove @deviceLink and @portLink * fix non-responsive graph row * update js/css * fix style * bad type? * types * types * types #3 * remove testing code * full rebel, no closing tags for meta and link * match previous formatting * fix vlans display * restore newline * remove silly comment * remove unused line * style I guess
2021-09-10 08:07:08 -05:00
@
tailwind
base
;
@
tailwind
components
;
@
tailwind
utilities
;
PHP-Flasher for toast messages (#13401) * PHP-Flasher for toast messages Allows customized template removes dependency on unmaintained package using dev stability no solution for javascript toasts yet Use DI in places it makes sense allow html in flashes Use "template.librenms" as a default notification style merge toast containers toastr needs to be second because it will find the containr made by flasher, but the inverse is not true upgrade php-flasher to add custom options and persistent notifications Add dark theme * update composer.lock
2021-10-29 09:13:56 -05:00
@
import
'flasher.css'
;
Reference in New Issue
Copy Permalink