You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/09/05 02:15:57 UTC

[GitHub] [flink] vthinkxie opened a new pull request #9621: [FLINK-13591][web]: fix job list display when job name is too long

vthinkxie opened a new pull request #9621: [FLINK-13591][web]: fix job list display when job name is too long
URL: https://github.com/apache/flink/pull/9621
 
 
   ## What is the purpose of the change
   
   fix Job List in Flink web doesn't display right when the job name is very long
   
   ## Brief change log
   
   add max-width to the td of job name column table to 40%
   
   ## Verifying this change
   
     - *Submit a job with long name (more than 200 char)*
     - *Visit the overview page*
   
   The job name column is not more than 40% width of table
   
   before
   ![FireShot Capture 361 - Apache Flink Web Dashboard - localhost](https://user-images.githubusercontent.com/1506722/64306606-f8221180-cfc5-11e9-8971-36b2ffe63554.png)
   
   after fix
   ![FireShot Capture 362 - Apache Flink Web Dashboard - localhost](https://user-images.githubusercontent.com/1506722/64306634-0ec86880-cfc6-11e9-81fb-d2b5e04c19ac.png)
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services