finery 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/README.md +1 -1
 - data/app/assets/javascripts/blazer/application.js +2 -2
 - data/app/assets/javascripts/blazer/controllers/application.js.erb +2 -0
 - data/app/assets/javascripts/blazer/controllers/index.js +1 -0
 - data/app/assets/javascripts/blazer/controllers/navbar_padding_controller.js +7 -0
 - data/app/assets/stylesheets/blazer/application.css +17 -51
 - data/app/controllers/blazer/base_controller.rb +1 -0
 - data/app/controllers/blazer/queries_controller.rb +1 -1
 - data/app/views/blazer/_navbar.html.erb +38 -0
 - data/app/views/blazer/checks/_form.html.erb +6 -6
 - data/app/views/blazer/checks/index.html.erb +0 -19
 - data/app/views/blazer/dashboards/_form.html.erb +7 -5
 - data/app/views/blazer/dashboards/show.html.erb +7 -18
 - data/app/views/blazer/queries/_form.html.erb +19 -13
 - data/app/views/blazer/queries/home.html.erb +17 -30
 - data/app/views/blazer/queries/run.html.erb +1 -1
 - data/app/views/blazer/queries/show.html.erb +19 -26
 - data/app/views/blazer/uploads/_form.html.erb +3 -3
 - data/app/views/blazer/uploads/index.html.erb +0 -18
 - data/app/views/layouts/blazer/application.html.erb +10 -11
 - data/lib/blazer/engine.rb +0 -5
 - data/lib/blazer/version.rb +1 -1
 - data/lib/blazer.rb +11 -8
 - metadata +5 -15
 - data/app/assets/fonts/blazer/glyphicons-halflings-regular.eot +0 -0
 - data/app/assets/fonts/blazer/glyphicons-halflings-regular.svg +0 -288
 - data/app/assets/fonts/blazer/glyphicons-halflings-regular.ttf +0 -0
 - data/app/assets/fonts/blazer/glyphicons-halflings-regular.woff +0 -0
 - data/app/assets/fonts/blazer/glyphicons-halflings-regular.woff2 +0 -0
 - data/app/assets/javascripts/blazer/bootstrap.js +0 -2580
 - data/app/assets/javascripts/blazer/controllers/application.js +0 -2
 - data/app/assets/javascripts/blazer/selectize.js +0 -3891
 - data/app/assets/stylesheets/blazer/bootstrap-propshaft.css +0 -10
 - data/app/assets/stylesheets/blazer/bootstrap-sprockets.css.erb +0 -10
 - data/app/assets/stylesheets/blazer/bootstrap.css +0 -6828
 - data/app/assets/stylesheets/blazer/selectize.css +0 -403
 - data/app/views/blazer/_nav.html.erb +0 -18
 
| 
         @@ -1,10 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            /*!
         
     | 
| 
       2 
     | 
    
         
            -
             * Bootstrap v3.4.1 (https://getbootstrap.com/)
         
     | 
| 
       3 
     | 
    
         
            -
             * Copyright 2011-2019 Twitter, Inc.
         
     | 
| 
       4 
     | 
    
         
            -
             * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
         
     | 
| 
       5 
     | 
    
         
            -
             */
         
     | 
| 
       6 
     | 
    
         
            -
            @font-face {
         
     | 
| 
       7 
     | 
    
         
            -
              font-family: "Glyphicons Halflings";
         
     | 
| 
       8 
     | 
    
         
            -
              src: url('/blazer/glyphicons-halflings-regular.eot');
         
     | 
| 
       9 
     | 
    
         
            -
              src: url('/blazer/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/blazer/glyphicons-halflings-regular.woff2') format('woff2'), url('/blazer/glyphicons-halflings-regular.woff') format('woff'), url('/blazer/glyphicons-halflings-regular.ttf') format('truetype'), url('/blazer/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
         
     | 
| 
       10 
     | 
    
         
            -
            }
         
     | 
| 
         @@ -1,10 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            /*!
         
     | 
| 
       2 
     | 
    
         
            -
             * Bootstrap v3.4.1 (https://getbootstrap.com/)
         
     | 
| 
       3 
     | 
    
         
            -
             * Copyright 2011-2019 Twitter, Inc.
         
     | 
| 
       4 
     | 
    
         
            -
             * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
         
     | 
| 
       5 
     | 
    
         
            -
             */
         
     | 
| 
       6 
     | 
    
         
            -
            @font-face {
         
     | 
| 
       7 
     | 
    
         
            -
              font-family: "Glyphicons Halflings";
         
     | 
| 
       8 
     | 
    
         
            -
              src: url('<%= font_path("blazer/glyphicons-halflings-regular.eot") %>');
         
     | 
| 
       9 
     | 
    
         
            -
              src: url('<%= font_path("blazer/glyphicons-halflings-regular.eot?#iefix") %>') format('embedded-opentype'), url('<%= font_path("blazer/glyphicons-halflings-regular.woff2") %>') format('woff2'), url('<%= font_path("blazer/glyphicons-halflings-regular.woff") %>') format('woff'), url('<%= font_path("blazer/glyphicons-halflings-regular.ttf") %>') format('truetype'), url('<%= font_path("blazer/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") %>') format('svg');
         
     | 
| 
       10 
     | 
    
         
            -
            }
         
     |