-
Notifications
You must be signed in to change notification settings - Fork 10
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
Ids 10028 #206
Open
jdrodjpl
wants to merge
63
commits into
develop
Choose a base branch
from
IDS-10028
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t-hand nav to just icons and tooltips
…ments progress bars
… colors for Deployments progress bar, fixes deployments process delete 'no' button, fixes disappearing deployments 'suspend' button, makes Processes page 'history' and 'subprocs' buttons clearer, fixes Actions and Download dropdowns, fixes Status Filter functionality, fixes broken formatting for Columns button'
…() callbacks on processes page
…able, indistinct buttons
… work now, added more padding to table.
Add a “Select All” button to the table to be able to select all rows Put in header? Make the History and Subprocs buttons a lighter color. They look kind of like disabled buttons being so dark Action Button sub buttons don’t work Make all action sub buttons work properly
Make bottom table width a little wider to go past the left edge of the download button and the right edge of the search box Search Box is too small. Make normal width Make top Process Details table a little wider. Like 40% width in the center. Make look better Download button doesn’t create the JSON file properly. It looks empty. The csv file seems to be ok though. Change the table column widths Timestamp smaller Source smaller Details wider Make look better on different monitor resolutions
…statistics, and incorrect styling when a row is resumed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrades Bootstrap to v5.3 (latest), Jquery to 3.7.1 (latest).
Replaces left-hand menu with icons and tooltips. Moves icon set to Stellar from Glyphicon due to the latter no longer having a free license.
Layout tweaks as necessary.
Unit tests fixed to work with Boostrap 5, which has some different colors and implements "smooth-scrolling", which requires some additional wait time for UI elements to appear ( at least w/ the current version of Selenium).