Skip to content

Commit

Permalink
Fix js warning in settings, update js deps (librenms#11324)
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant authored Mar 22, 2020
1 parent 43a8616 commit 425ac28
Show file tree
Hide file tree
Showing 8 changed files with 653 additions and 344 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function index(DynamicConfig $dynamicConfig, $tab = 'global', $section =
'active_section' => $section,
'groups' => $dynamicConfig->getGroups()->reject(function ($group) {
return $group == 'global';
}),
})->values(),
];

return view('settings.index', $data);
Expand Down
2 changes: 1 addition & 1 deletion html/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion html/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/js/vendor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions html/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/js/app.js": "/js/app.js?id=6a5160d48cf9260d77e1",
"/css/app.css": "/css/app.css?id=2a88c6515df894dc6f36",
"/js/app.js": "/js/app.js?id=63189b3aa20a0043cc38",
"/css/app.css": "/css/app.css?id=5da3bf931f2f95a17884",
"/js/manifest.js": "/js/manifest.js?id=3c768977c2574a34506e",
"/js/vendor.js": "/js/vendor.js?id=58c8fc0774b5843ec004",
"/js/vendor.js": "/js/vendor.js?id=29212a758157c575d7f8",
"/js/lang/de.js": "/js/lang/de.js?id=e0623715e8df0895188b",
"/js/lang/en.js": "/js/lang/en.js?id=dc0b30f45a6a50b8bc85",
"/js/lang/fr.js": "/js/lang/fr.js?id=2d1159debd99a1909f12",
Expand Down
Loading

0 comments on commit 425ac28

Please sign in to comment.