You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/04/08 04:36:25 UTC

[jira] [Commented] (MESOS-4728) Left panel of WebUI is small than content.

    [ https://issues.apache.org/jira/browse/MESOS-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231523#comment-15231523 ] 

haosdent commented on MESOS-4728:
---------------------------------

Hi, [~klaus1982] . Sorry for forgot to reply you last time. Yes, when screen great than 1200px, it would look as you see. We need update it to

{code}
diff --git a/src/webui/master/static/home.html b/src/webui/master/static/home.html
index a691084..6229d66 100644
--- a/src/webui/master/static/home.html
+++ b/src/webui/master/static/home.html
@@ -6,7 +6,7 @@
 </ol>

 <div class="row">
-  <div class="col-sm-4 col-md-3 col-lg-2">
+  <div class="col-sm-4 col-md-3">
     <div class="well">
       <dl class="inline inline-toggle clearfix">
         <dt>Cluster:</dt>
@@ -134,7 +134,7 @@
     </div>
   </div>

-  <div class="col-sm-8 col-md-9 col-lg-10">
+  <div class="col-sm-8 col-md-9">
     <table m-table table-content="active_tasks" title="Active Tasks"
       class="table table-striped table-bordered table-condensed">
       <thead>
{code} 

[~vinodkone][~bmahler] May you shepherd on this ticket? Then I could post this simple fix shortly. :-)

> Left panel of WebUI is small than content.
> ------------------------------------------
>
>                 Key: MESOS-4728
>                 URL: https://issues.apache.org/jira/browse/MESOS-4728
>             Project: Mesos
>          Issue Type: Bug
>          Components: webui
>         Environment: Safari Version 9.0.3 (11601.4.4)
>            Reporter: Klaus Ma
>            Priority: Minor
>         Attachments: webui.png
>
>
> Left panel of WebUI is small than content. Refer to the attachment for the detail



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)