Skip to content

Commit 0fe0f75

Browse files
committed
node status in list, closes pterodactyl#124
1 parent 06422b2 commit 0fe0f75

File tree

5 files changed

+45
-7
lines changed

5 files changed

+45
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1111
* Support for setting custom `user_id` when using the API to create users.
1212
* Support for creating a new server through the API by passing a user ID rather than an email.
1313
* Passing `?daemon=true` flag to [`/api/servers/:id`](https://pterodactyl.readme.io/v0.5.0/reference#single-server) will return the daemon stats as well as the `daemon_token` if using HTTPS.
14+
* Small check for current node status that shows up to the left of the name when viewing a listing of all nodes.
1415

1516
### Changed
1617
* Support for sub-folders within the `getJavascript()` route for servers.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ D3.js - [license](https://github.com/mbostock/d3/blob/master/LICENSE) - [homepag
4444

4545
FontAwesome - [license](http://fontawesome.io/license/) - [homepage](http://fontawesome.io)
4646

47+
FontAwesome Animations - [license](https://github.com/l-lin/font-awesome-animation#license) - [homepage](https://github.com/l-lin/font-awesome-animation)
48+
4749
FuelUX - [license](https://github.com/ExactTarget/fuelux/blob/master/LICENSE) - [homepage](http://getfuelux.com)
4850

4951
jQuery - [license](https://github.com/jquery/jquery/blob/master/LICENSE.txt) - [homepage](http://jquery.com)

public/css/vendor/fontawesome/animation.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/themes/default/css/pterodactyl.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,12 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
254254
#fileOptionMenu > li.bg-default > a {
255255
padding-left: 5px !important;
256256
}
257+
258+
.left-icon {
259+
padding: 8px 2px !important;
260+
border-right: 0 !important;
261+
}
262+
263+
.left-icon + td {
264+
border-left: 0px !important;
265+
}

0 commit comments

Comments
 (0)