You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run gulp to regenerate the linuxDash.min.js file, but the resulting files lead to missing angular-route files, despite gulp seemingly being told to include them into linuxDash.min.js... Is there anything I'm missing? Do you also have a version with the generated files that work in your case?
I tried to run gulp to regenerate the linuxDash.min.js file, but the resulting files lead to missing angular-route files, despite gulp seemingly being told to include them into linuxDash.min.js... Is there anything I'm missing? Do you also have a version with the generated files that work in your case?
I am attaching the version that I currently have running. Hope it helps you solve the problem.
I generated it from the uploaded code without problems.
Thanks, that indeed works correctly! I just took the linuxDash.min.js and linuxDash.min.css files. The diff only shows two differences: the one I got using gulp uses the new angular.js version from 2020, and in your case it's using the one that is in the original linuxDash.min.js from 2014; and in yours, websockets are disabled. I'm guessing the first difference is the one that makes the bigger difference.
Thanks, that indeed works correctly! I just took the linuxDash.min.js and linuxDash.min.css files. The diff only shows two differences: the one I got using gulp uses the new angular.js version from 2020, and in your case it's using the one that is in the original linuxDash.min.js from 2014; and in yours, websockets are disabled. I'm guessing the first difference is the one that makes the bigger difference.
I'm glad it worked. It is probably, as you say, from the glad version.
I disabled websockets because it gave me problems accessing remotely through a url. Any url rewriting problem that I didn't have time to investigate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.