From 1f32f77c8ccd78584f420db740e5beec188c92c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Thu, 28 Aug 2014 11:53:39 +0800 Subject: [PATCH] update web interface --- package.json | 2 +- web/css/page.css | 8 ++++++++ web/index.html | 2 ++ web/page.js | 7 ++++--- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 91a63f2..2d83f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyproxy", - "version": "1.3.0", + "version": "1.3.1", "description": "a charles/fiddler like proxy written in NodeJs, which can handle HTTPS requests and CROS perfectly.", "main": "proxy.js", "bin": { diff --git a/web/css/page.css b/web/css/page.css index d7963f6..8e11f7b 100644 --- a/web/css/page.css +++ b/web/css/page.css @@ -54,6 +54,14 @@ width: 180px; } +.mainTableWrapper .col_mime{ + width: 150px; +} + +.mainTableWrapper .col_time{ + width: 160px; +} + .mainTableWrapper tr.row_odd{ background: #f5f5f5; } diff --git a/web/index.html b/web/index.html index efb5ef8..692549f 100644 --- a/web/index.html +++ b/web/index.html @@ -21,6 +21,7 @@ host path mime type + time @@ -42,6 +43,7 @@ <%= host %> <%= path %> <%= mime %> + <%= startTimeStr %>