diff --git a/README.md b/README.md index 02b4cb0..452fe89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ActionHero Dashboard =================== ## Important Note!!! -ah-dashboard 0.3.0 is compatible with actionHero v10 ... for lower actionHero versions use 0.2.0!!! +ah-dashboard 0.3.* is compatible with actionHero v10 ... for lower actionHero versions use 0.2.0!!! [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/S3bb1/ah-dashboard-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -21,11 +21,16 @@ To use full functionalities, make sure a task scheduler is running! after including into ActionHero and running ActionHero, goto http://localhost:8080/dashboard/index.html +initally a default admin user is created with +**username: admin** +**password: admin** + ## Overview This Plugin should provide a simple powerful administration dashboard for the ActionHero Features : +- Secured Actions/Dashboard by session based user system - Show statistics over time for all created stats from actionhero - Drag and Drop Dashboard with custom widgets ( Time, CPU usage, ... ) - Overview of all registered Actions @@ -48,7 +53,7 @@ Todos: ## License The MIT License (MIT) -Copyright (c) 2014 Sebastian Dechant +Copyright (c) 2015 Sebastian Dechant Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bower.json b/bower.json index 3285942..1cc5a3b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ah-dashboard-plugin", - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/S3bb1/ah-dashboard-plugin", "authors": [ "Sebastian Dechant " @@ -20,6 +20,7 @@ "tests" ], "dependencies": { + "angular": "~1.3.13", "angular-bootstrap": "~0.11.0", "angular-markdown-directive": "~0.3.0", "angular-mocks": "~1.2.21", @@ -36,5 +37,8 @@ "fontawesome": "~4.2.0", "fancytree": "~2.4.1", "ngDialog": "~0.3.0" + }, + "resolutions": { + "angular": "~1" } }