Skip to content

Commit

Permalink
release 0.3.1 whoop whoop
Browse files Browse the repository at this point in the history
  • Loading branch information
S3bb1 committed Feb 17, 2015
1 parent 322c2cd commit 0435e45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <sebbis.iphone@googlemail.com>"
Expand All @@ -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",
Expand All @@ -36,5 +37,8 @@
"fontawesome": "~4.2.0",
"fancytree": "~2.4.1",
"ngDialog": "~0.3.0"
},
"resolutions": {
"angular": "~1"
}
}

0 comments on commit 0435e45

Please sign in to comment.