Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-17996

Hidden "port" input field of host setting page in Chinese, Japanese and Korean

XMLWordPrintable

    • Team D
    • Sprint 66 (Jul 2020)
    • 0.5

      Steps to reproduce:

      1. Change language setting to Chinese, Japanese or Korean
      2. Move to "Configuration" -> "Hosts" -> Configuration of hosts
      3. Input field of "Port" is hidden by left contents (IP/DNS field)

      Result:
      See uploaded screenshot.
      Expected:
      Input field of "Port" is not hidden.

      Solution:

      In CSS, 

      diff --git a/ui/assets/styles/blue-theme.css b/ui/assets/styles/blue-theme.css
      index 7e2270c..b6f09ee 100644
      --- a/ui/assets/styles/blue-theme.css
      +++ b/ui/assets/styles/blue-theme.css
      @@ -5504,7 +5504,7 @@ table.preprocessing-test-results .rel-container {
           display: none; }
         .interface-container .interface-row {
           display: grid;
      -    grid-template-columns: 26px 36px 225px 175px 85px 100px 20px 1fr;
      +    grid-template-columns: 26px 36px 225px 175px 135px 100px 20px 1fr;
           grid-template-rows: 24px 1fr;
           gap: 5px; }
           .interface-container .interface-row:not(:first-of-type) {
      

      This issue is resolved for these languages by this change. But it is not good for other languages...

            rlataria Roberts Lataria (Inactive)
            uki Yuuki Enomoto
            Team D
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: