1. 20 Jun, 2016 6 commits
  2. 18 Jun, 2016 14 commits
  3. 15 Jun, 2016 8 commits
  4. 13 Jun, 2016 6 commits
  5. 12 Jun, 2016 2 commits
  6. 11 Jun, 2016 4 commits
    • Fabian Franz's avatar
      remove zip as dependency · bd20f935
      Fabian Franz authored
      bd20f935
    • Fabian Franz's avatar
      8ba5aca6
    • Franco Fichtner's avatar
      interfaces: tweaks after table-layout changes · 39406886
      Franco Fichtner authored
      o Allow to delete WAN, LAN is worse :P
      o Zap spurious 4th column
      o Shorten assign text prompt
      o remove margianlly helpful message
      39406886
    • Franco Fichtner's avatar
      ui: tip toeing around mobile issues for #1003 · f44b7e0c
      Franco Fichtner authored
      This tries to address table overflow problems we have and is
      only meant as a base for further discussion.  It gets rid of
      table overflow, e.g. in the dashboard on small mobile screens
      by setting "table-layout: fixed;" for all tables.  This breaks
      the stacked-to-horizontal emulation, so the workaround there
      is to switch it off, which requires a proper viewport detection.
      
      While there, fiddle with the logs template, but for these non-
      hooked stacked-to-horizontal tables the fix for table-layout
      can't be undone, because that would break the original fix in
      the first place.
      
      Moral of the story: tables are deprecated.  ;)
      f44b7e0c