From 5290b2092f2d2fc1397bb28b4c11219f13957f68 Mon Sep 17 00:00:00 2001 From: Binux <17175297.hk@gmail.com> Date: Wed, 29 Jan 2014 21:06:43 +0800 Subject: [PATCH] add peers tab --- css/main.css | 7 ++++++- index.html | 8 ++++++++ js/aria2.js | 16 +++++++++++++++- js/yaaw.js | 41 ++++++++++++++++++++++++++++++++++++++++- offline.appcache | 2 +- 5 files changed, 70 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index f3265b0..16ce213 100644 --- a/css/main.css +++ b/css/main.css @@ -328,7 +328,8 @@ } #ib-status, #ib-files, -#ib-options { +#ib-options, +#ib-peers { position: relative; margin: 18px 0; } @@ -380,6 +381,10 @@ #ib-options li > * { float: left; } +#ib-peers .ip_port { + display: inline-block; + width: 250px; +} /* task-contextmenu */ diff --git a/index.html b/index.html index 32d0c0c..1f958f8 100644 --- a/index.html +++ b/index.html @@ -305,11 +305,13 @@

Settings

  • Status
  • Files
  • Options
  • +
  • +
    @@ -359,6 +361,12 @@

    Settings

    + +