Giter VIP home page Giter VIP logo

adminlte.netcore's People

Contributors

dependabot[bot] avatar rodriguezfa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adminlte.netcore's Issues

About page refresh/Forward/backward?

Page refresh, how to navigate back to the current page?
Page backward, how to navigate to the previous page?
Page forward, how to navigate to the next page?

Linux + Case sensitivity: file references need update

Hi.
Thanks for the work on the template.
I started today to get it running on Ubuntu 16.04.02

First thing is easy, run:

dotnet migrate
dotnet restore

Then Linux is case sensitive regarding filenames and URLs.

I found already some problems like:

File: Controllers/Dashboard.cs

WRONG:

 public IActionResult DashboardV1(bool partial = false)
...
 public IActionResult DashboardV2(bool partial = false)

CORRECTED:

 public IActionResult Dashboardv1(bool partial = false)
...
 public IActionResult Dashboardv2(bool partial = false)

WRONG:

./Controllers/DashboardController.cs:        [ScriptAfterPartialView("/lib/adminLTE-2.3.11/dist/js/pages/dashboard.min.js")]
./Controllers/DashboardController.cs:        [ScriptAfterPartialView("/lib/adminLTE-2.3.11/dist/js/pages/dashboard2.min.js")]

CORRECTED:

./Controllers/DashboardController.cs:        [ScriptAfterPartialView("/lib/AdminLTE-2.3.11/dist/js/pages/dashboard.min.js")]
./Controllers/DashboardController.cs:        [ScriptAfterPartialView("/lib/AdminLTE-2.3.11/dist/js/pages/dashboard2.min.js")]

So far I can run it, but the middle area is still empty.

NullReferenceException when a new controller is introduced.

First of all, I thank you for the Job done so far. I downloaded the theme, installed all the necessary nuget packages and ran the app. Everything runs fine. However, I added a new controller,, build was successful. when i run the application I get the following error:

NullReferenceException: Object reference not set to an instance of an object.
AdminLTE.NETCore.Models.ControllerInformationRepository+<>c.<.ctor>b__1_4(<>f__AnonymousType9<string, string, DisplayImageAttribute, IEnumerable, TreeViewAttribute, TreeViewSettingsAttribute> a) in ControllerInformationRepository.cs, line 50

I have tried debugging but still stuck.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.