You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/05/23 09:12:30 UTC

[GitHub] [cloudstack] DaanHoogland commented on issue #3186: Add possibility to set KVM MTU size for NIC

DaanHoogland commented on issue #3186: Add possibility to set KVM MTU size for NIC
URL: https://github.com/apache/cloudstack/pull/3186#issuecomment-495135215
 
 
   @gmueller-ewerk there is a small conflict:
   ```
   .detail-view .details.group-multiple {
     float: left;
   <<<<<<< nic_set_mtu_size
     height: 700px;
   =======
   >>>>>>> master
     width: 100%;
     height: 600px;
     margin-bottom: 30px;
   }
   ```
   Can you quickly decide to use 600px or 700px?

----------------------------------------------------------------
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