You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2016/11/30 21:49:49 UTC

[04/10] flink git commit: [hotfix] [webfrontend] Rebuild

[hotfix] [webfrontend] Rebuild


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a41a37d0
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a41a37d0
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a41a37d0

Branch: refs/heads/master
Commit: a41a37d0f131c391fe64990921b50d998185c4cd
Parents: fe602ea
Author: Greg Hogan <co...@greghogan.com>
Authored: Wed Nov 30 15:24:03 2016 -0500
Committer: Greg Hogan <co...@greghogan.com>
Committed: Wed Nov 30 15:24:03 2016 -0500

----------------------------------------------------------------------
 .../web-dashboard/web/css/index.css             |    4 -
 .../web-dashboard/web/css/vendor.css            |    2 +-
 flink-runtime-web/web-dashboard/web/js/index.js |    2 +-
 .../web-dashboard/web/js/vendor.js              | 1138 ++++++------------
 4 files changed, 364 insertions(+), 782 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/a41a37d0/flink-runtime-web/web-dashboard/web/css/index.css
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/css/index.css b/flink-runtime-web/web-dashboard/web/css/index.css
index 46ad806..b017b49 100644
--- a/flink-runtime-web/web-dashboard/web/css/index.css
+++ b/flink-runtime-web/web-dashboard/web/css/index.css
@@ -228,7 +228,6 @@
   overflow: hidden;
   padding: 2px 4px;
   font-size: 14px;
-  -webkit-border-radius: 2px;
   border-radius: 2px;
   margin-top: -3px;
 }
@@ -496,7 +495,6 @@ pre {
 }
 .nav-tabs.tabs-vertical li > a {
   margin-right: 0;
-  -webkit-border-radius: 0;
   border-radius: 0;
   border-bottom: none;
   border-left: 2px solid transparent;
@@ -541,7 +539,6 @@ livechart {
   padding-right: 0.4em;
   margin: 0;
   border-right: 1px solid #fff;
-  -webkit-border-radius: 0;
   border-radius: 0;
 }
 .label-group .label.label-black {
@@ -718,7 +715,6 @@ svg.graph .node-label {
   width: 33.33%;
   float: left;
   margin-bottom: 10px;
-  -webkit-border-radius: 5px;
   border-radius: 5px;
 }
 .p-info {