Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI - Display custom input variables #156

Merged
merged 12 commits into from
Jul 6, 2023
Merged

Conversation

wcgunter
Copy link
Collaborator

@wcgunter wcgunter commented Jun 29, 2023

This PR adds the ability to see custom input variables for processes on the Processes page and the History page.

New:

  • Added the 'Input Variables' column to the Processes page table to be able to quickly see what a process has launched with. Includes copy buttons to quickly copy the variable's value to your clipboard. Format: {variable-name} ({variable-type}): {variable-value}
image image
  • Added the 'Input Variable' table to the History page to provide a structured view of the variables a process launched with. Includes copy buttons to quickly copy the variable's value to your clipboard.
image

Changed / Fixed:

  • Updated the automated test suite to fix currently failing tests
  • Combined the buttons in the Processes page table into one cell.
  • Removed the 'Initiator' column in the Processes page table (now part of 'Input Variables' column)
image

@wcgunter wcgunter marked this pull request as ready for review July 5, 2023 19:14
@wcgunter wcgunter changed the base branch from main to develop July 5, 2023 19:15
Copy link
Collaborator

@jamesfwood jamesfwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@jamesfwood jamesfwood merged commit 93192d8 into develop Jul 6, 2023
4 checks passed
@jamesfwood jamesfwood deleted the ui-history-input-table branch July 6, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants