This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new 988fff0 add http status for frontend error handing
988fff0 is described below
commit 988fff009a83eb9ab64fbb93f1472dedfecf8814
Author: nzomkxia <[email protected]>
AuthorDate: Mon Oct 22 11:29:06 2018 +0800
add http status for frontend error handing
---
dubbo-admin-frontend/package.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/dubbo-admin-frontend/package.json
b/dubbo-admin-frontend/package.json
index 543087e..e4a3919 100644
--- a/dubbo-admin-frontend/package.json
+++ b/dubbo-admin-frontend/package.json
@@ -13,6 +13,7 @@
"dependencies": {
"axios": "^0.18.0",
"brace": "^0.11.1",
+ "http-status": "^1.2.0",
"js-yaml": "^3.12.0",
"vue": "^2.5.2",
"vue-router": "^3.0.1",