Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bertrandmartel/rancher-log-userscript
small JS userscript used to enlarge the log view on Rancher server
https://github.com/bertrandmartel/rancher-log-userscript
rancher-server rancher-ui userscript
Last synced: about 1 month ago
JSON representation
small JS userscript used to enlarge the log view on Rancher server
- Host: GitHub
- URL: https://github.com/bertrandmartel/rancher-log-userscript
- Owner: bertrandmartel
- License: mit
- Created: 2017-12-28T18:07:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T03:35:52.000Z (about 7 years ago)
- Last Synced: 2024-11-09T08:42:51.461Z (3 months ago)
- Topics: rancher-server, rancher-ui, userscript
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rancher log userscript
A small JS userscript used to enlarge the log view on Rancher server & makes it scale to the window size
Tested on Rancher server v1.6.13
## Before
![log_actual](https://user-images.githubusercontent.com/5183022/34428867-48e0f906-ec51-11e7-97a8-a89eb929883b.png)
## After
![log_enlarge](https://user-images.githubusercontent.com/5183022/34428820-c9f75018-ec50-11e7-8171-ec84ca63e81f.png)
## Usage
copy/paste `userscript.js` in your favorite userscript plugin [tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) or [greasemonkey](https://addons.mozilla.org/fr/firefox/addon/greasemonkey/), edit this line with the correct rancher host :
// @include /^https?:\/\/your.rancher.host/.*$/
## License
The MIT License (MIT) Copyright (c) 2017 Bertrand Martel