forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-5608] [webfrontend] Cancel button stays visible in narrow windows
- Most importantly, the Cancel and Stop buttons have been changed to float right, and will only wrap downward if pushed out by the job name - Also combined the job name and job id into a single horizontal element, reducing the overall horizontal space taken by the main navbar components in the job view, making the main navbar components less likely to wrap downward and be overlapped by the secondary navbar. - Moved global job status counts to be right-most so it wraps before the job-specific information, and it's now hidden on medium width (992px - 1900px) to save horizontal space - Compiled code has been rebuilt
- Loading branch information
Showing
2 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
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
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