Skip to content

Commit

Permalink
GH-89: Reference GH-295 for enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 2, 2021
1 parent e778575 commit 49cd598
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions taccsite_cms/contrib/taccsite_sysmon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

This is a _minimal_ conversion of the Frontera Sysmon snippet to a Django CMS plugin.

> There is a functionally more advanced plugin, [bitbucket:rochaa/tacc-sysmon][bb-sysmon], which allows:
> There is a functionally more advanced plugin, [bitbucket:rochaa/tacc-sysmon](https://bitbucket.org/rochaa/tacc-sysmon), which allows:
>
> - server-side requests (Python) instead of client-side requests (JavaScript)
> - multi-system tables
## To Do

- Perform requests with Python not JavaScript.
- Reference [bitbucket:rochaa/tacc-sysmon][bb-sysmon].

[bb-sysmon]: https://bitbucket.org/rochaa/tacc-sysmon
- [GH-295](https://github.com/TACC/Core-CMS/issues/295)
2 changes: 1 addition & 1 deletion taccsite_cms/contrib/taccsite_sysmon/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from .constants import DEFAULT_SYSTEM

# TODO: Do not replicate `display_name` data from API
# TODO: (Maybe in GH-295) Do not replicate `display_name` data from API
SYSTEM_DICT = {
'frontera.tacc.utexas.edu': {
'description': 'Frontera'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// TODO: Use server-side logic instead of client-side
// GH-295: Use server-side logic instead of client-side

/**
* All system data
Expand Down

0 comments on commit 49cd598

Please sign in to comment.