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/12/06 15:49:26 UTC

flink git commit: [FLINK-4983] [webfrontend] Add favicon

Repository: flink
Updated Branches:
  refs/heads/master f7f7b487b -> ba6b08794


[FLINK-4983] [webfrontend] Add favicon

This closes #2737


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

Branch: refs/heads/master
Commit: ba6b08794b22dfc586d32926a6af488e5edac2d6
Parents: f7f7b48
Author: Bruno Aranda <br...@siliconcat.co.uk>
Authored: Tue Nov 1 14:19:57 2016 +0000
Committer: Greg Hogan <co...@greghogan.com>
Committed: Tue Dec 6 10:47:51 2016 -0500

----------------------------------------------------------------------
 flink-runtime-web/web-dashboard/app/index.jade  |   9 +
 .../assets/images/android-chrome-192x192.png    | Bin 0 -> 45695 bytes
 .../assets/images/android-chrome-512x512.png    | Bin 0 -> 163667 bytes
 .../assets/images/apple-touch-icon.png          | Bin 0 -> 31358 bytes
 .../assets/images/browserconfig.xml             |  12 +
 .../assets/images/favicon-16x16.png             | Bin 0 -> 1444 bytes
 .../assets/images/favicon-32x32.png             | Bin 0 -> 3107 bytes
 .../web-dashboard/assets/images/favicon.ico     | Bin 0 -> 15086 bytes
 .../web-dashboard/assets/images/manifest.json   |  17 ++
 .../assets/images/mstile-144x144.png            | Bin 0 -> 30245 bytes
 .../assets/images/mstile-150x150.png            | Bin 0 -> 26238 bytes
 .../assets/images/mstile-310x150.png            | Bin 0 -> 27184 bytes
 .../assets/images/mstile-310x310.png            | Bin 0 -> 73125 bytes
 .../assets/images/mstile-70x70.png              | Bin 0 -> 16371 bytes
 .../assets/images/safari-pinned-tab.svg         | 221 +++++++++++++++++++
 flink-runtime-web/web-dashboard/bower.json      |   2 +-
 .../web/images/android-chrome-192x192.png       | Bin 0 -> 45695 bytes
 .../web/images/android-chrome-512x512.png       | Bin 0 -> 163667 bytes
 .../web/images/apple-touch-icon.png             | Bin 0 -> 31358 bytes
 .../web-dashboard/web/images/browserconfig.xml  |  12 +
 .../web-dashboard/web/images/favicon-16x16.png  | Bin 0 -> 1444 bytes
 .../web-dashboard/web/images/favicon-32x32.png  | Bin 0 -> 3107 bytes
 .../web-dashboard/web/images/favicon.ico        | Bin 0 -> 15086 bytes
 .../web-dashboard/web/images/manifest.json      |  17 ++
 .../web-dashboard/web/images/mstile-144x144.png | Bin 0 -> 30245 bytes
 .../web-dashboard/web/images/mstile-150x150.png | Bin 0 -> 26238 bytes
 .../web-dashboard/web/images/mstile-310x150.png | Bin 0 -> 27184 bytes
 .../web-dashboard/web/images/mstile-310x310.png | Bin 0 -> 73125 bytes
 .../web-dashboard/web/images/mstile-70x70.png   | Bin 0 -> 16371 bytes
 .../web/images/safari-pinned-tab.svg            | 221 +++++++++++++++++++
 flink-runtime-web/web-dashboard/web/index.html  |   8 +
 31 files changed, 518 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/app/index.jade
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/app/index.jade b/flink-runtime-web/web-dashboard/app/index.jade
index 3faedc2..b3a2b7e 100644
--- a/flink-runtime-web/web-dashboard/app/index.jade
+++ b/flink-runtime-web/web-dashboard/app/index.jade
@@ -24,6 +24,15 @@ html(lang='en')
 
     title Apache Flink Web Dashboard
 
+    link(rel="apple-touch-icon", sizes="180x180", href="/images/apple-touch-icon.png")
+    link(rel="icon", type="image/png", href="/images/favicon-32x32.png", sizes="32x32")
+    link(rel="icon", type="image/png", href="/images/favicon-16x16.png", sizes="16x16")
+    link(rel="manifest", href="/images/manifest.json")
+    link(rel="mask-icon", href="/images/safari-pinned-tab.svg", color="#aa1919")
+    link(rel="shortcut icon", href="/images/favicon.ico")
+    meta(name="msapplication-config", content="/images/browserconfig.xml")
+    meta(name="theme-color", content="#ffffff")
+
     link(rel='stylesheet', href='css/vendor.css', type='text/css')
     link(rel='stylesheet', href='css/index.css', type='text/css')
 

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/android-chrome-192x192.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/android-chrome-192x192.png b/flink-runtime-web/web-dashboard/assets/images/android-chrome-192x192.png
new file mode 100644
index 0000000..4005b41
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/android-chrome-192x192.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/android-chrome-512x512.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/android-chrome-512x512.png b/flink-runtime-web/web-dashboard/assets/images/android-chrome-512x512.png
new file mode 100644
index 0000000..540d3e0
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/android-chrome-512x512.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/apple-touch-icon.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/apple-touch-icon.png b/flink-runtime-web/web-dashboard/assets/images/apple-touch-icon.png
new file mode 100644
index 0000000..d669b6d
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/apple-touch-icon.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml b/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml
new file mode 100644
index 0000000..81ec113
--- /dev/null
+++ b/flink-runtime-web/web-dashboard/assets/images/browserconfig.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+  <msapplication>
+    <tile>
+      <square70x70logo src="/mstile-70x70.png"/>
+      <square150x150logo src="/mstile-150x150.png"/>
+      <square310x310logo src="/mstile-310x310.png"/>
+      <wide310x150logo src="/mstile-310x150.png"/>
+      <TileColor>#00aba9</TileColor>
+    </tile>
+  </msapplication>
+</browserconfig>

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/favicon-16x16.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/favicon-16x16.png b/flink-runtime-web/web-dashboard/assets/images/favicon-16x16.png
new file mode 100644
index 0000000..2024fd3
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/favicon-16x16.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/favicon-32x32.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/favicon-32x32.png b/flink-runtime-web/web-dashboard/assets/images/favicon-32x32.png
new file mode 100644
index 0000000..21ba17e
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/favicon-32x32.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/favicon.ico
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/favicon.ico b/flink-runtime-web/web-dashboard/assets/images/favicon.ico
new file mode 100644
index 0000000..223f286
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/manifest.json
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/manifest.json b/flink-runtime-web/web-dashboard/assets/images/manifest.json
new file mode 100644
index 0000000..80c5526
--- /dev/null
+++ b/flink-runtime-web/web-dashboard/assets/images/manifest.json
@@ -0,0 +1,17 @@
+{
+	"name": "",
+	"icons": [
+		{
+			"src": "\/android-chrome-192x192.png",
+			"sizes": "192x192",
+			"type": "image\/png"
+		},
+		{
+			"src": "\/android-chrome-512x512.png",
+			"sizes": "512x512",
+			"type": "image\/png"
+		}
+	],
+	"theme_color": "#ffffff",
+	"display": "standalone"
+}

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/mstile-144x144.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/mstile-144x144.png b/flink-runtime-web/web-dashboard/assets/images/mstile-144x144.png
new file mode 100644
index 0000000..1c34c61
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/mstile-144x144.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/mstile-150x150.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/mstile-150x150.png b/flink-runtime-web/web-dashboard/assets/images/mstile-150x150.png
new file mode 100644
index 0000000..39fd208
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/mstile-150x150.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/mstile-310x150.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/mstile-310x150.png b/flink-runtime-web/web-dashboard/assets/images/mstile-310x150.png
new file mode 100644
index 0000000..37db694
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/mstile-310x150.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/mstile-310x310.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/mstile-310x310.png b/flink-runtime-web/web-dashboard/assets/images/mstile-310x310.png
new file mode 100644
index 0000000..0d396d0
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/mstile-310x310.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/mstile-70x70.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/mstile-70x70.png b/flink-runtime-web/web-dashboard/assets/images/mstile-70x70.png
new file mode 100644
index 0000000..5e2a3ec
Binary files /dev/null and b/flink-runtime-web/web-dashboard/assets/images/mstile-70x70.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/assets/images/safari-pinned-tab.svg
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/assets/images/safari-pinned-tab.svg b/flink-runtime-web/web-dashboard/assets/images/safari-pinned-tab.svg
new file mode 100644
index 0000000..e1e5eac
--- /dev/null
+++ b/flink-runtime-web/web-dashboard/assets/images/safari-pinned-tab.svg
@@ -0,0 +1,221 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="1000.000000pt" height="1000.000000pt" viewBox="0 0 1000.000000 1000.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,1000.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M5050 9958 c-17 -23 -38 -47 -48 -53 -9 -7 -73 -18 -142 -24 -670
+-64 -1230 -292 -1607 -654 -169 -162 -333 -422 -333 -528 0 -76 11 -83 136
+-85 88 -1 122 -6 175 -26 205 -76 376 -227 468 -413 52 -106 71 -184 71 -295
+0 -113 -31 -213 -95 -310 -47 -71 -110 -137 -117 -123 -3 4 -15 42 -28 83 -31
+105 -100 235 -162 305 l-53 59 -7 -45 c-3 -24 -7 -104 -7 -178 -1 -87 -7 -154
+-17 -195 -22 -84 -85 -202 -142 -265 l-47 -52 -255 -90 c-432 -152 -704 -269
+-964 -418 -61 -34 -116 -59 -123 -57 -20 8 -25 50 -15 128 14 115 0 133 -75
+97 -78 -38 -160 -170 -248 -402 l-38 -97 -111 -99 c-377 -335 -631 -657 -842
+-1065 -58 -112 -83 -153 -87 -140 -16 53 -29 258 -25 401 1 89 0 156 -3 150
+-15 -28 -62 -240 -81 -361 -14 -95 -21 -192 -23 -356 -3 -208 -5 -231 -28
+-306 -89 -287 -137 -627 -137 -975 0 -672 181 -1282 547 -1843 608 -931 1510
+-1495 2628 -1644 106 -14 372 -16 2240 -19 1536 -3 2148 -1 2220 7 191 22 324
+86 396 191 143 207 54 482 -192 593 -83 38 -167 49 -306 42 -67 -4 -124 -3
+-127 2 -3 5 22 35 55 68 160 157 249 348 249 535 0 57 4 90 13 97 6 5 93 15
+192 22 99 6 200 14 225 16 l45 4 -25 -17 c-137 -98 -186 -216 -184 -448 0
+-120 3 -136 32 -213 70 -186 217 -348 416 -458 l66 -36 -7 -58 c-8 -79 2 -124
+38 -165 49 -55 144 -77 237 -53 8 2 19 -14 27 -36 24 -68 117 -146 174 -146
+43 0 112 28 144 58 53 50 72 99 70 182 -1 41 -3 86 -5 99 -3 22 4 25 83 47
+172 46 299 111 407 209 107 98 178 212 226 363 43 137 33 220 -35 311 l-39 51
+20 103 c47 249 49 377 10 534 -27 104 -98 244 -165 323 -30 36 -58 71 -62 79
+-3 8 1 53 10 101 22 111 21 212 -1 267 -10 24 -39 73 -65 110 -26 38 -62 91
+-80 118 -26 41 -45 57 -104 86 -87 44 -159 59 -272 59 -107 0 -181 -17 -301
+-69 -51 -23 -103 -41 -114 -41 -25 0 -86 35 -86 50 0 33 137 70 265 70 156 0
+303 38 470 122 55 28 125 57 155 65 149 38 266 161 304 320 8 32 27 85 42 118
+22 46 29 79 32 138 5 97 -4 133 -83 332 -58 145 -65 173 -80 290 -28 226 -68
+378 -145 540 -106 222 -290 422 -505 548 -129 75 -336 144 -492 162 -32 4 -64
+12 -71 18 -7 5 -26 36 -43 68 -61 115 -207 224 -313 236 -110 13 -336 -155
+-465 -346 -28 -40 -48 -61 -62 -61 -39 0 -31 30 32 127 148 228 269 518 325
+784 l27 124 106 110 c115 118 158 182 190 285 45 146 22 211 -40 110 -17 -28
+-33 -49 -35 -48 -2 2 8 35 22 73 53 146 104 422 90 481 -8 32 -33 30 -76 -7
+-93 -80 -235 -173 -249 -164 -5 2 -12 30 -16 62 -9 72 -64 292 -112 448 -35
+114 -37 127 -37 265 -1 131 1 150 22 196 13 28 39 66 57 84 19 18 32 37 29 42
+-3 4 -35 8 -72 8 -86 0 -127 -21 -172 -88 -34 -52 -34 -52 -47 -29 -6 13 -17
+63 -24 112 -19 148 8 289 90 467 54 118 37 166 -56 155 -104 -11 -248 -117
+-311 -228 l-29 -50 -43 48 c-23 26 -63 92 -88 146 -24 53 -50 97 -57 97 -7 0
+-20 -11 -29 -25 -9 -14 -20 -25 -25 -25 -5 0 -29 42 -54 93 -33 66 -61 107
+-101 146 -31 30 -57 53 -60 50 -2 -2 0 -30 5 -63 5 -32 8 -60 7 -61 -2 -2 -56
+30 -122 71 -290 180 -558 288 -907 367 -88 20 -180 48 -210 63 -52 26 -53 26
+-86 8 -32 -17 -39 -17 -150 -1 -96 13 -132 24 -201 57 -54 26 -98 40 -123 40
+-34 0 -43 -5 -69 -42z m227 -209 c76 -30 102 -35 357 -64 197 -23 259 -59 348
+-200 29 -47 57 -85 62 -85 4 0 6 6 3 13 -18 50 -49 168 -44 173 9 9 85 -34
+126 -72 22 -19 58 -59 81 -88 36 -48 66 -73 76 -63 2 1 -1 29 -5 62 -5 33 -7
+61 -6 63 5 5 216 -128 276 -174 31 -23 88 -77 126 -118 39 -42 74 -76 77 -76
+3 0 13 25 21 55 27 92 65 65 65 -47 0 -75 19 -114 43 -88 7 8 22 35 32 60 27
+65 33 69 58 39 28 -34 58 -49 95 -49 16 0 34 -6 40 -13 6 -7 31 -64 55 -127
+24 -63 55 -132 67 -153 l22 -38 -26 -122 c-37 -174 -46 -291 -46 -616 -1 -427
+-16 -533 -95 -642 -19 -27 -33 -49 -30 -49 20 0 93 48 143 95 117 108 188 234
+337 593 94 226 137 306 158 299 9 -2 14 -62 18 -203 6 -198 6 -199 -22 -286
+-29 -88 -85 -209 -121 -260 -25 -36 -11 -35 41 2 25 18 65 67 98 117 l57 87
+18 -69 c37 -141 23 -199 -60 -260 -100 -74 -263 -148 -568 -260 -236 -86 -301
+-132 -395 -277 -21 -34 -39 -59 -39 -56 0 3 22 83 49 178 57 197 93 280 181
+410 97 145 145 260 107 260 -7 0 -39 -32 -72 -71 -87 -104 -111 -110 -106 -24
+3 57 18 107 63 213 40 94 48 161 20 170 -7 2 -29 -15 -50 -37 -83 -90 -106
+-19 -52 160 23 75 25 122 6 138 -15 13 -25 -5 -85 -150 -34 -82 -64 -120 -82
+-102 -14 14 -159 250 -185 303 -17 34 -26 76 -34 174 -13 155 -39 216 -54 126
+-15 -94 -28 -140 -41 -140 -21 0 -28 29 -35 132 -4 71 -10 102 -22 114 -15 15
+-17 14 -27 -22 -6 -22 -11 -48 -11 -59 0 -39 -12 -65 -30 -65 -23 0 -64 83
+-80 160 -12 63 -45 123 -63 117 -8 -2 -13 -32 -15 -85 -2 -45 -7 -82 -13 -82
+-18 0 -68 93 -74 139 -9 69 -21 91 -49 91 -32 0 -47 -21 -54 -75 -2 -25 -7
+-44 -11 -42 -226 121 -531 224 -811 273 -180 32 -467 43 -616 24 -189 -23
+-366 -83 -444 -149 -21 -17 -13 -16 40 9 138 62 288 85 510 77 525 -19 1122
+-252 1498 -583 68 -59 215 -214 209 -220 -2 -2 -25 4 -52 12 -97 30 -246 21
+-495 -32 -147 -30 -340 -42 -419 -25 -30 6 -55 10 -57 8 -7 -6 144 -60 211
+-74 94 -21 262 -20 419 2 177 24 294 18 369 -18 86 -43 128 -103 113 -163 -9
+-36 -65 -58 -125 -49 -51 7 -50 5 31 -49 123 -82 227 -226 262 -363 15 -57 15
+-72 1 -169 -16 -105 -63 -278 -105 -385 -37 -93 -129 -265 -195 -364 -195
+-292 -429 -506 -758 -695 -60 -34 -110 -60 -112 -58 -3 2 25 51 61 108 180
+289 269 558 268 810 -1 235 -69 401 -234 571 -168 172 -410 299 -759 397 -95
+27 -82 15 45 -40 372 -164 599 -403 676 -715 28 -113 30 -327 4 -448 -56 -259
+-169 -526 -318 -749 -44 -66 -64 -79 -194 -124 l-112 -39 33 46 c96 135 138
+279 137 471 0 171 -12 199 -35 81 -9 -50 -22 -104 -29 -121 -12 -28 -13 -16
+-13 97 0 145 -15 215 -69 330 -98 206 -240 349 -611 613 -88 63 -192 140 -231
+172 l-71 58 5 173 c7 276 -32 547 -99 680 -119 234 -313 394 -574 472 -163 49
+-171 83 -54 231 62 79 95 104 324 258 219 147 415 249 590 305 206 67 337 85
+444 60 94 -21 103 17 13 53 -49 19 -75 22 -187 22 -83 -1 -157 -7 -203 -17
+-40 -10 -78 -17 -84 -17 -19 0 13 29 72 65 132 80 299 123 510 132 212 8 282
+-4 425 -73 64 -31 119 -53 123 -49 4 3 -10 39 -31 79 -20 40 -37 78 -37 84 0
+19 35 14 117 -19z m2327 -695 c10 -27 7 -50 -20 -141 -38 -134 -54 -260 -54
+-443 0 -135 -4 -179 -20 -240 -22 -79 -118 -286 -189 -405 l-41 -70 0 205 c0
+547 82 926 230 1064 51 47 83 58 94 30z m622 -1646 c-16 -121 -133 -358 -255
+-515 -87 -112 -234 -255 -331 -320 -295 -198 -683 -345 -1224 -463 -77 -16
+-141 -30 -143 -30 -2 0 20 29 49 65 28 36 54 65 57 65 30 0 197 33 273 54 247
+67 537 217 788 407 134 101 358 301 344 306 -6 2 -75 -40 -155 -93 -283 -189
+-643 -388 -844 -467 -131 -52 -354 -113 -333 -92 4 4 49 24 100 45 165 66 311
+146 388 213 55 47 56 60 3 27 -92 -59 -204 -75 -296 -44 l-47 16 26 48 c44 81
+152 169 364 295 138 82 360 199 366 193 7 -7 -101 -155 -149 -207 -23 -23 -64
+-58 -92 -77 -44 -30 -47 -34 -24 -34 37 0 126 28 189 60 74 37 146 92 330 250
+190 162 249 208 320 248 56 32 235 93 294 101 5 0 5 -23 2 -51z m-4730 -166
+c20 -89 15 -133 -25 -230 -83 -200 -232 -362 -586 -634 -258 -198 -374 -300
+-483 -420 -121 -136 -239 -327 -297 -481 -10 -26 -20 -46 -22 -43 -11 11 96
+301 153 415 151 305 335 536 724 912 283 273 326 332 404 560 20 57 39 111 42
+119 10 23 70 -112 90 -198z m561 -155 c37 -42 143 -155 234 -250 92 -96 192
+-208 223 -249 166 -221 238 -432 240 -700 l1 -127 -50 -52 c-74 -75 -184 -163
+-282 -225 -47 -30 -90 -54 -95 -54 -4 0 8 22 27 49 47 65 100 183 113 251 17
+85 19 253 4 235 -4 -6 -19 -37 -32 -70 -92 -236 -424 -545 -746 -696 -163 -76
+-305 -119 -817 -248 -526 -132 -640 -167 -730 -221 -34 -21 -64 -36 -66 -34
+-7 6 20 167 50 304 99 448 303 813 575 1030 40 32 123 83 185 115 240 123 514
+310 647 444 173 173 315 422 362 633 l13 56 38 -57 c21 -31 68 -91 106 -134z
+m-1546 -474 c-227 -341 -392 -701 -481 -1053 -63 -249 -85 -445 -77 -690 l6
+-175 -51 -33 c-34 -23 -53 -30 -58 -23 -3 7 -16 64 -28 129 -79 427 -69 821
+28 1112 15 47 27 87 25 88 -8 8 -67 -109 -104 -203 -79 -203 -119 -417 -128
+-691 -6 -197 6 -394 38 -584 25 -155 26 -150 -16 -150 -20 0 -52 7 -72 15 -30
+13 -38 13 -44 3 -4 -7 -31 -42 -59 -77 -64 -80 -136 -187 -181 -268 -18 -35
+-37 -63 -41 -63 -10 0 -108 150 -108 166 0 8 -4 14 -9 14 -29 0 -29 -188 0
+-296 12 -43 24 -91 26 -106 12 -66 -45 -4 -69 75 -22 71 -48 32 -48 -73 0 -49
+8 -94 26 -150 22 -65 25 -89 19 -135 -3 -30 -10 -55 -14 -55 -12 0 -258 368
+-331 495 -134 232 -313 642 -328 747 -13 96 216 553 420 838 91 128 253 325
+312 379 l26 25 -5 -30 c-38 -217 -56 -611 -36 -781 41 -339 165 -578 349 -672
+l42 -22 -50 63 c-136 168 -190 381 -190 749 0 517 118 1111 271 1359 17 28 36
+49 43 47 19 -6 38 -79 33 -132 -2 -27 -22 -113 -45 -190 -50 -167 -87 -362
+-102 -541 -16 -174 -10 -193 18 -59 64 307 187 545 378 731 74 73 160 124 344
+205 100 43 322 128 338 129 6 0 -23 -53 -67 -117z m5203 -372 c-92 -278 -292
+-635 -482 -861 -210 -251 -518 -499 -787 -633 -155 -78 -271 -96 -612 -97
+-137 0 -204 -4 -209 -11 -10 -17 8 -24 135 -59 64 -18 120 -36 126 -41 5 -5 6
+-9 3 -9 -4 0 -57 -11 -120 -24 -62 -14 -225 -43 -362 -66 -137 -22 -318 -59
+-402 -80 l-154 -39 -352 26 c-403 30 -791 36 -978 14 -515 -59 -990 -233
+-1465 -539 -146 -94 -328 -226 -318 -229 5 -2 61 26 124 63 455 265 932 456
+1344 538 282 56 321 58 915 63 l555 4 -120 -55 c-149 -67 -237 -116 -390 -219
+-139 -93 -176 -110 -347 -165 -160 -51 -325 -88 -708 -157 -714 -128 -901
+-176 -1125 -290 -352 -180 -530 -431 -579 -813 l-12 -97 -37 65 c-280 501
+-272 960 22 1274 31 32 69 92 104 161 67 135 122 209 231 312 308 292 865 519
+1711 698 203 43 774 152 841 161 27 3 108 1 179 -6 211 -19 377 -59 507 -123
+94 -46 58 -9 -41 41 -42 22 -102 48 -133 58 -32 10 -56 19 -54 21 6 6 238 -24
+363 -47 62 -11 229 -47 370 -79 439 -101 586 -120 772 -102 166 17 174 26 23
+27 -179 1 -291 27 -636 145 -144 50 -311 103 -372 119 -110 28 -289 59 -355
+61 -26 1 -13 7 51 25 401 113 785 314 1087 570 70 59 76 62 160 77 153 28 269
+37 588 47 198 6 344 15 405 26 117 20 246 67 322 117 69 47 174 156 219 230
+19 30 35 51 37 47 2 -5 -18 -72 -44 -149z m496 -325 l0 -54 -64 -46 c-134 -96
+-233 -250 -243 -380 -5 -60 -3 -72 26 -130 52 -107 205 -253 240 -231 5 3 -2
+33 -17 68 -21 49 -26 79 -27 142 0 77 2 84 57 200 32 66 64 147 73 180 17 66
+19 169 5 230 -5 22 -7 41 -5 43 11 11 139 -172 166 -238 17 -41 32 -76 34 -78
+1 -2 57 -14 123 -27 140 -29 234 -61 352 -120 365 -184 610 -538 667 -965 24
+-183 37 -228 117 -398 80 -170 101 -236 91 -286 -10 -51 -16 -66 -24 -66 -4 0
+-41 25 -82 55 -85 64 -114 75 -137 51 -14 -14 -14 -18 -2 -29 8 -7 52 -47 98
+-87 l84 -74 -7 -46 c-21 -153 -167 -281 -306 -268 -46 5 -49 4 -49 -18 0 -19
+-13 -30 -67 -58 -134 -67 -303 -106 -461 -106 -88 0 -167 -22 -303 -86 -74
+-35 -145 -60 -195 -70 -76 -14 -352 -36 -365 -29 -3 2 -46 13 -96 24 -400 87
+-695 310 -821 620 l-27 66 -7 -55 c-5 -30 -11 -116 -14 -191 -5 -110 -3 -152
+10 -213 57 -255 254 -425 569 -490 111 -23 294 -21 393 4 122 31 269 107 346
+178 39 36 89 27 242 -47 71 -33 135 -61 142 -61 7 0 77 25 156 57 130 51 151
+56 239 61 107 5 177 -7 251 -44 48 -24 78 -57 78 -84 0 -9 20 -36 45 -60 54
+-53 80 -114 71 -165 -8 -38 -14 -41 -62 -23 -17 6 -40 8 -50 4 -16 -6 -11 -12
+27 -36 73 -45 92 -75 87 -138 -11 -126 -149 -223 -283 -198 -21 4 -54 23 -76
+43 l-40 37 -115 -19 c-98 -16 -123 -17 -180 -6 -37 6 -67 11 -68 9 -1 -2 -14
+-32 -29 -68 -140 -337 -608 -547 -1113 -500 -449 42 -718 244 -839 627 -20 65
+-54 174 -76 243 -71 223 -182 420 -319 564 -225 236 -505 349 -825 333 -96 -5
+-322 -44 -312 -53 2 -2 70 -9 152 -14 388 -28 657 -132 918 -354 56 -49 77
+-73 77 -91 0 -13 4 -27 10 -30 6 -4 7 1 3 12 -6 16 -5 16 9 5 23 -18 83 -166
+113 -275 33 -124 51 -238 70 -447 28 -297 58 -408 151 -553 149 -233 417 -386
+722 -412 45 -4 82 -10 82 -12 0 -17 -69 -129 -110 -180 -46 -57 -86 -90 -292
+-240 -109 -79 -137 -133 -108 -207 14 -39 43 -34 205 34 78 33 171 66 206 75
+125 29 259 14 361 -42 121 -66 209 -237 151 -294 -28 -29 -56 -10 -72 49 -13
+49 -76 122 -105 122 -10 0 -15 -4 -12 -8 3 -5 21 -32 40 -60 39 -58 61 -145
+51 -198 -3 -19 -19 -49 -34 -66 -24 -27 -35 -32 -76 -32 -59 -1 -63 6 -64 138
+-1 86 -2 89 -34 121 -39 39 -79 52 -110 37 -21 -10 -21 -11 11 -22 24 -9 39
+-25 58 -61 95 -188 -33 -289 -293 -230 -111 25 -168 26 -288 5 -81 -15 -272
+-16 -1870 -15 -1038 1 -1824 6 -1885 12 -461 42 -981 203 -1400 433 -133 73
+-359 224 -470 313 -114 91 -334 307 -428 418 -274 326 -491 706 -626 1094 -67
+193 -165 650 -154 721 2 15 40 -41 132 -194 71 -119 133 -216 138 -216 4 0
+-25 66 -66 148 -81 163 -173 395 -205 516 -24 91 -27 222 -11 401 15 159 42
+337 51 328 4 -4 22 -57 39 -118 137 -473 389 -959 732 -1412 125 -167 116
+-150 163 -278 21 -55 57 -139 81 -187 24 -48 44 -90 44 -92 0 -10 -80 18 -156
+54 -109 53 -228 142 -351 265 -69 68 -95 90 -81 66 36 -61 109 -164 154 -217
+23 -27 57 -75 74 -105 152 -259 419 -479 738 -610 58 -24 106 -54 165 -102
+193 -161 485 -331 738 -430 180 -71 442 -147 414 -120 -5 5 -32 18 -60 28
+-189 68 -424 187 -612 311 l-113 74 0 92 c0 111 22 266 51 363 56 188 164 317
+339 403 58 28 151 69 206 90 l102 39 -19 -41 c-24 -53 -25 -181 -3 -257 67
+-226 278 -461 484 -540 l53 -20 -7 23 c-103 384 -122 788 -54 1123 44 218 134
+439 253 622 191 293 482 542 860 735 309 157 502 222 1146 382 534 133 663
+173 844 261 262 128 405 242 627 501 118 137 311 295 455 371 l61 33 11 -48
+c18 -70 74 -149 113 -160 75 -20 92 23 48 120 -29 62 -32 77 -28 141 4 90 43
+175 118 259 74 83 241 205 283 208 4 0 7 -24 7 -54z m-7875 -1293 c85 -321
+295 -739 617 -1230 l119 -181 10 -159 c5 -87 14 -188 19 -225 15 -104 14 -104
+-52 -28 -468 538 -733 1214 -763 1945 l-5 130 15 -80 c9 -44 26 -121 40 -172z
+m3235 -1028 c-45 -117 -132 -207 -276 -281 -122 -64 -179 -84 -497 -178 -138
+-41 -299 -91 -356 -111 -413 -144 -624 -365 -686 -721 -23 -135 -18 -403 11
+-539 6 -27 5 -28 -10 -16 -10 8 -49 62 -87 119 -115 172 -239 435 -239 507 0
+49 79 284 130 385 198 393 522 610 1074 720 83 17 302 50 486 75 184 25 358
+49 385 54 78 13 76 14 65 -14z m-289 -621 l96 -7 -28 -105 c-16 -58 -34 -141
+-41 -185 -11 -71 -14 -80 -37 -88 -18 -6 -37 -30 -59 -73 -38 -73 -90 -137
+-143 -176 l-37 -27 -187 40 -186 39 -42 -18 c-187 -80 -330 -246 -389 -449
+-21 -72 -23 -99 -22 -285 0 -142 5 -227 16 -277 18 -86 22 -87 -108 21 l-91
+76 -26 97 c-94 354 -78 690 44 924 53 101 84 139 167 206 92 74 238 143 418
+197 186 56 272 75 400 85 139 11 148 12 255 5z m6392 -855 c21 -35 50 -100 65
+-144 24 -74 26 -92 26 -240 0 -135 -4 -180 -27 -286 -33 -157 -54 -206 -114
+-270 -91 -98 -198 -134 -393 -133 -388 3 -739 146 -835 341 -31 63 -44 170
+-31 257 l7 46 85 39 c182 86 322 209 410 362 25 42 52 80 60 83 69 27 214 13
+315 -30 32 -13 77 -24 99 -24 51 0 129 38 190 90 l45 40 30 -34 c17 -18 47
+-62 68 -97z m-1285 -1070 c206 -137 427 -208 715 -228 184 -13 287 -1 455 54
+142 46 182 54 182 34 0 -34 -74 -143 -145 -215 -89 -90 -151 -129 -270 -170
+-75 -27 -91 -28 -259 -30 -159 -1 -181 -4 -204 -21 -47 -35 -39 -41 62 -45 95
+-3 96 -3 132 -40 32 -31 38 -44 41 -90 3 -41 -1 -60 -16 -85 -60 -95 -150 -74
+-178 42 -10 45 -6 44 -147 34 -51 -3 -60 -1 -77 20 -31 38 -25 96 17 164 20
+32 34 60 33 61 -2 2 -41 19 -87 39 -148 63 -284 159 -310 218 -20 48 -43 309
+-26 309 3 0 40 -23 82 -51z"/>
+<path d="M8475 5462 c-1 -133 -17 -207 -70 -319 -19 -40 -30 -73 -24 -73 21 0
+102 94 127 148 48 105 40 267 -16 339 -16 22 -17 19 -17 -95z"/>
+<path d="M8840 4661 c-49 -16 -106 -50 -150 -89 l-45 -40 25 -27 c22 -23 25
+-36 25 -99 1 -84 14 -111 76 -155 43 -32 185 -87 248 -97 34 -6 43 -2 79 31
+23 20 44 45 47 56 15 45 24 12 22 -80 l-2 -99 -35 18 c-37 18 -93 32 -202 50
+-99 15 -173 47 -229 98 -59 53 -86 101 -98 174 l-8 53 -18 -40 c-26 -57 -31
+-156 -11 -209 36 -95 164 -185 291 -204 77 -12 354 -6 370 8 7 6 23 48 35 93
+19 69 22 100 18 192 -6 139 -31 209 -97 275 -68 68 -128 93 -231 96 -47 2 -96
+0 -110 -5z m185 -114 c45 -25 85 -92 85 -142 0 -54 -40 -117 -90 -143 -54 -28
+-127 -26 -168 5 -53 39 -69 75 -76 174 -9 118 -4 123 122 126 74 2 93 -1 127
+-20z"/>
+<path d="M3270 7926 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21
+13z"/>
+</g>
+</svg>

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/bower.json
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/bower.json b/flink-runtime-web/web-dashboard/bower.json
index e251f3e..5c84a87 100644
--- a/flink-runtime-web/web-dashboard/bower.json
+++ b/flink-runtime-web/web-dashboard/bower.json
@@ -22,7 +22,7 @@
     "moment-duration-format": "1.3.0",
     "qtip2": "2.2.1",
     "angular-drag-and-drop-lists": "^1.4.0",
-    "nvd3": "^1.8.4",
+    "nvd3": "1.8.4",
     "Split.js": "1.0.6"
   },
   "overrides": {

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/android-chrome-192x192.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/android-chrome-192x192.png b/flink-runtime-web/web-dashboard/web/images/android-chrome-192x192.png
new file mode 100644
index 0000000..4005b41
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/android-chrome-192x192.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/android-chrome-512x512.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/android-chrome-512x512.png b/flink-runtime-web/web-dashboard/web/images/android-chrome-512x512.png
new file mode 100644
index 0000000..540d3e0
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/android-chrome-512x512.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/apple-touch-icon.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/apple-touch-icon.png b/flink-runtime-web/web-dashboard/web/images/apple-touch-icon.png
new file mode 100644
index 0000000..d669b6d
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/apple-touch-icon.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/browserconfig.xml
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/browserconfig.xml b/flink-runtime-web/web-dashboard/web/images/browserconfig.xml
new file mode 100644
index 0000000..81ec113
--- /dev/null
+++ b/flink-runtime-web/web-dashboard/web/images/browserconfig.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+  <msapplication>
+    <tile>
+      <square70x70logo src="/mstile-70x70.png"/>
+      <square150x150logo src="/mstile-150x150.png"/>
+      <square310x310logo src="/mstile-310x310.png"/>
+      <wide310x150logo src="/mstile-310x150.png"/>
+      <TileColor>#00aba9</TileColor>
+    </tile>
+  </msapplication>
+</browserconfig>

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/favicon-16x16.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/favicon-16x16.png b/flink-runtime-web/web-dashboard/web/images/favicon-16x16.png
new file mode 100644
index 0000000..2024fd3
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/favicon-16x16.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/favicon-32x32.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/favicon-32x32.png b/flink-runtime-web/web-dashboard/web/images/favicon-32x32.png
new file mode 100644
index 0000000..21ba17e
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/favicon-32x32.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/favicon.ico
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/favicon.ico b/flink-runtime-web/web-dashboard/web/images/favicon.ico
new file mode 100644
index 0000000..223f286
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/manifest.json
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/manifest.json b/flink-runtime-web/web-dashboard/web/images/manifest.json
new file mode 100644
index 0000000..80c5526
--- /dev/null
+++ b/flink-runtime-web/web-dashboard/web/images/manifest.json
@@ -0,0 +1,17 @@
+{
+	"name": "",
+	"icons": [
+		{
+			"src": "\/android-chrome-192x192.png",
+			"sizes": "192x192",
+			"type": "image\/png"
+		},
+		{
+			"src": "\/android-chrome-512x512.png",
+			"sizes": "512x512",
+			"type": "image\/png"
+		}
+	],
+	"theme_color": "#ffffff",
+	"display": "standalone"
+}

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/mstile-144x144.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/mstile-144x144.png b/flink-runtime-web/web-dashboard/web/images/mstile-144x144.png
new file mode 100644
index 0000000..1c34c61
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/mstile-144x144.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/mstile-150x150.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/mstile-150x150.png b/flink-runtime-web/web-dashboard/web/images/mstile-150x150.png
new file mode 100644
index 0000000..39fd208
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/mstile-150x150.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/mstile-310x150.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/mstile-310x150.png b/flink-runtime-web/web-dashboard/web/images/mstile-310x150.png
new file mode 100644
index 0000000..37db694
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/mstile-310x150.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/mstile-310x310.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/mstile-310x310.png b/flink-runtime-web/web-dashboard/web/images/mstile-310x310.png
new file mode 100644
index 0000000..0d396d0
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/mstile-310x310.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/mstile-70x70.png
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/mstile-70x70.png b/flink-runtime-web/web-dashboard/web/images/mstile-70x70.png
new file mode 100644
index 0000000..5e2a3ec
Binary files /dev/null and b/flink-runtime-web/web-dashboard/web/images/mstile-70x70.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/images/safari-pinned-tab.svg
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/images/safari-pinned-tab.svg b/flink-runtime-web/web-dashboard/web/images/safari-pinned-tab.svg
new file mode 100644
index 0000000..e1e5eac
--- /dev/null
+++ b/flink-runtime-web/web-dashboard/web/images/safari-pinned-tab.svg
@@ -0,0 +1,221 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="1000.000000pt" height="1000.000000pt" viewBox="0 0 1000.000000 1000.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,1000.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M5050 9958 c-17 -23 -38 -47 -48 -53 -9 -7 -73 -18 -142 -24 -670
+-64 -1230 -292 -1607 -654 -169 -162 -333 -422 -333 -528 0 -76 11 -83 136
+-85 88 -1 122 -6 175 -26 205 -76 376 -227 468 -413 52 -106 71 -184 71 -295
+0 -113 -31 -213 -95 -310 -47 -71 -110 -137 -117 -123 -3 4 -15 42 -28 83 -31
+105 -100 235 -162 305 l-53 59 -7 -45 c-3 -24 -7 -104 -7 -178 -1 -87 -7 -154
+-17 -195 -22 -84 -85 -202 -142 -265 l-47 -52 -255 -90 c-432 -152 -704 -269
+-964 -418 -61 -34 -116 -59 -123 -57 -20 8 -25 50 -15 128 14 115 0 133 -75
+97 -78 -38 -160 -170 -248 -402 l-38 -97 -111 -99 c-377 -335 -631 -657 -842
+-1065 -58 -112 -83 -153 -87 -140 -16 53 -29 258 -25 401 1 89 0 156 -3 150
+-15 -28 -62 -240 -81 -361 -14 -95 -21 -192 -23 -356 -3 -208 -5 -231 -28
+-306 -89 -287 -137 -627 -137 -975 0 -672 181 -1282 547 -1843 608 -931 1510
+-1495 2628 -1644 106 -14 372 -16 2240 -19 1536 -3 2148 -1 2220 7 191 22 324
+86 396 191 143 207 54 482 -192 593 -83 38 -167 49 -306 42 -67 -4 -124 -3
+-127 2 -3 5 22 35 55 68 160 157 249 348 249 535 0 57 4 90 13 97 6 5 93 15
+192 22 99 6 200 14 225 16 l45 4 -25 -17 c-137 -98 -186 -216 -184 -448 0
+-120 3 -136 32 -213 70 -186 217 -348 416 -458 l66 -36 -7 -58 c-8 -79 2 -124
+38 -165 49 -55 144 -77 237 -53 8 2 19 -14 27 -36 24 -68 117 -146 174 -146
+43 0 112 28 144 58 53 50 72 99 70 182 -1 41 -3 86 -5 99 -3 22 4 25 83 47
+172 46 299 111 407 209 107 98 178 212 226 363 43 137 33 220 -35 311 l-39 51
+20 103 c47 249 49 377 10 534 -27 104 -98 244 -165 323 -30 36 -58 71 -62 79
+-3 8 1 53 10 101 22 111 21 212 -1 267 -10 24 -39 73 -65 110 -26 38 -62 91
+-80 118 -26 41 -45 57 -104 86 -87 44 -159 59 -272 59 -107 0 -181 -17 -301
+-69 -51 -23 -103 -41 -114 -41 -25 0 -86 35 -86 50 0 33 137 70 265 70 156 0
+303 38 470 122 55 28 125 57 155 65 149 38 266 161 304 320 8 32 27 85 42 118
+22 46 29 79 32 138 5 97 -4 133 -83 332 -58 145 -65 173 -80 290 -28 226 -68
+378 -145 540 -106 222 -290 422 -505 548 -129 75 -336 144 -492 162 -32 4 -64
+12 -71 18 -7 5 -26 36 -43 68 -61 115 -207 224 -313 236 -110 13 -336 -155
+-465 -346 -28 -40 -48 -61 -62 -61 -39 0 -31 30 32 127 148 228 269 518 325
+784 l27 124 106 110 c115 118 158 182 190 285 45 146 22 211 -40 110 -17 -28
+-33 -49 -35 -48 -2 2 8 35 22 73 53 146 104 422 90 481 -8 32 -33 30 -76 -7
+-93 -80 -235 -173 -249 -164 -5 2 -12 30 -16 62 -9 72 -64 292 -112 448 -35
+114 -37 127 -37 265 -1 131 1 150 22 196 13 28 39 66 57 84 19 18 32 37 29 42
+-3 4 -35 8 -72 8 -86 0 -127 -21 -172 -88 -34 -52 -34 -52 -47 -29 -6 13 -17
+63 -24 112 -19 148 8 289 90 467 54 118 37 166 -56 155 -104 -11 -248 -117
+-311 -228 l-29 -50 -43 48 c-23 26 -63 92 -88 146 -24 53 -50 97 -57 97 -7 0
+-20 -11 -29 -25 -9 -14 -20 -25 -25 -25 -5 0 -29 42 -54 93 -33 66 -61 107
+-101 146 -31 30 -57 53 -60 50 -2 -2 0 -30 5 -63 5 -32 8 -60 7 -61 -2 -2 -56
+30 -122 71 -290 180 -558 288 -907 367 -88 20 -180 48 -210 63 -52 26 -53 26
+-86 8 -32 -17 -39 -17 -150 -1 -96 13 -132 24 -201 57 -54 26 -98 40 -123 40
+-34 0 -43 -5 -69 -42z m227 -209 c76 -30 102 -35 357 -64 197 -23 259 -59 348
+-200 29 -47 57 -85 62 -85 4 0 6 6 3 13 -18 50 -49 168 -44 173 9 9 85 -34
+126 -72 22 -19 58 -59 81 -88 36 -48 66 -73 76 -63 2 1 -1 29 -5 62 -5 33 -7
+61 -6 63 5 5 216 -128 276 -174 31 -23 88 -77 126 -118 39 -42 74 -76 77 -76
+3 0 13 25 21 55 27 92 65 65 65 -47 0 -75 19 -114 43 -88 7 8 22 35 32 60 27
+65 33 69 58 39 28 -34 58 -49 95 -49 16 0 34 -6 40 -13 6 -7 31 -64 55 -127
+24 -63 55 -132 67 -153 l22 -38 -26 -122 c-37 -174 -46 -291 -46 -616 -1 -427
+-16 -533 -95 -642 -19 -27 -33 -49 -30 -49 20 0 93 48 143 95 117 108 188 234
+337 593 94 226 137 306 158 299 9 -2 14 -62 18 -203 6 -198 6 -199 -22 -286
+-29 -88 -85 -209 -121 -260 -25 -36 -11 -35 41 2 25 18 65 67 98 117 l57 87
+18 -69 c37 -141 23 -199 -60 -260 -100 -74 -263 -148 -568 -260 -236 -86 -301
+-132 -395 -277 -21 -34 -39 -59 -39 -56 0 3 22 83 49 178 57 197 93 280 181
+410 97 145 145 260 107 260 -7 0 -39 -32 -72 -71 -87 -104 -111 -110 -106 -24
+3 57 18 107 63 213 40 94 48 161 20 170 -7 2 -29 -15 -50 -37 -83 -90 -106
+-19 -52 160 23 75 25 122 6 138 -15 13 -25 -5 -85 -150 -34 -82 -64 -120 -82
+-102 -14 14 -159 250 -185 303 -17 34 -26 76 -34 174 -13 155 -39 216 -54 126
+-15 -94 -28 -140 -41 -140 -21 0 -28 29 -35 132 -4 71 -10 102 -22 114 -15 15
+-17 14 -27 -22 -6 -22 -11 -48 -11 -59 0 -39 -12 -65 -30 -65 -23 0 -64 83
+-80 160 -12 63 -45 123 -63 117 -8 -2 -13 -32 -15 -85 -2 -45 -7 -82 -13 -82
+-18 0 -68 93 -74 139 -9 69 -21 91 -49 91 -32 0 -47 -21 -54 -75 -2 -25 -7
+-44 -11 -42 -226 121 -531 224 -811 273 -180 32 -467 43 -616 24 -189 -23
+-366 -83 -444 -149 -21 -17 -13 -16 40 9 138 62 288 85 510 77 525 -19 1122
+-252 1498 -583 68 -59 215 -214 209 -220 -2 -2 -25 4 -52 12 -97 30 -246 21
+-495 -32 -147 -30 -340 -42 -419 -25 -30 6 -55 10 -57 8 -7 -6 144 -60 211
+-74 94 -21 262 -20 419 2 177 24 294 18 369 -18 86 -43 128 -103 113 -163 -9
+-36 -65 -58 -125 -49 -51 7 -50 5 31 -49 123 -82 227 -226 262 -363 15 -57 15
+-72 1 -169 -16 -105 -63 -278 -105 -385 -37 -93 -129 -265 -195 -364 -195
+-292 -429 -506 -758 -695 -60 -34 -110 -60 -112 -58 -3 2 25 51 61 108 180
+289 269 558 268 810 -1 235 -69 401 -234 571 -168 172 -410 299 -759 397 -95
+27 -82 15 45 -40 372 -164 599 -403 676 -715 28 -113 30 -327 4 -448 -56 -259
+-169 -526 -318 -749 -44 -66 -64 -79 -194 -124 l-112 -39 33 46 c96 135 138
+279 137 471 0 171 -12 199 -35 81 -9 -50 -22 -104 -29 -121 -12 -28 -13 -16
+-13 97 0 145 -15 215 -69 330 -98 206 -240 349 -611 613 -88 63 -192 140 -231
+172 l-71 58 5 173 c7 276 -32 547 -99 680 -119 234 -313 394 -574 472 -163 49
+-171 83 -54 231 62 79 95 104 324 258 219 147 415 249 590 305 206 67 337 85
+444 60 94 -21 103 17 13 53 -49 19 -75 22 -187 22 -83 -1 -157 -7 -203 -17
+-40 -10 -78 -17 -84 -17 -19 0 13 29 72 65 132 80 299 123 510 132 212 8 282
+-4 425 -73 64 -31 119 -53 123 -49 4 3 -10 39 -31 79 -20 40 -37 78 -37 84 0
+19 35 14 117 -19z m2327 -695 c10 -27 7 -50 -20 -141 -38 -134 -54 -260 -54
+-443 0 -135 -4 -179 -20 -240 -22 -79 -118 -286 -189 -405 l-41 -70 0 205 c0
+547 82 926 230 1064 51 47 83 58 94 30z m622 -1646 c-16 -121 -133 -358 -255
+-515 -87 -112 -234 -255 -331 -320 -295 -198 -683 -345 -1224 -463 -77 -16
+-141 -30 -143 -30 -2 0 20 29 49 65 28 36 54 65 57 65 30 0 197 33 273 54 247
+67 537 217 788 407 134 101 358 301 344 306 -6 2 -75 -40 -155 -93 -283 -189
+-643 -388 -844 -467 -131 -52 -354 -113 -333 -92 4 4 49 24 100 45 165 66 311
+146 388 213 55 47 56 60 3 27 -92 -59 -204 -75 -296 -44 l-47 16 26 48 c44 81
+152 169 364 295 138 82 360 199 366 193 7 -7 -101 -155 -149 -207 -23 -23 -64
+-58 -92 -77 -44 -30 -47 -34 -24 -34 37 0 126 28 189 60 74 37 146 92 330 250
+190 162 249 208 320 248 56 32 235 93 294 101 5 0 5 -23 2 -51z m-4730 -166
+c20 -89 15 -133 -25 -230 -83 -200 -232 -362 -586 -634 -258 -198 -374 -300
+-483 -420 -121 -136 -239 -327 -297 -481 -10 -26 -20 -46 -22 -43 -11 11 96
+301 153 415 151 305 335 536 724 912 283 273 326 332 404 560 20 57 39 111 42
+119 10 23 70 -112 90 -198z m561 -155 c37 -42 143 -155 234 -250 92 -96 192
+-208 223 -249 166 -221 238 -432 240 -700 l1 -127 -50 -52 c-74 -75 -184 -163
+-282 -225 -47 -30 -90 -54 -95 -54 -4 0 8 22 27 49 47 65 100 183 113 251 17
+85 19 253 4 235 -4 -6 -19 -37 -32 -70 -92 -236 -424 -545 -746 -696 -163 -76
+-305 -119 -817 -248 -526 -132 -640 -167 -730 -221 -34 -21 -64 -36 -66 -34
+-7 6 20 167 50 304 99 448 303 813 575 1030 40 32 123 83 185 115 240 123 514
+310 647 444 173 173 315 422 362 633 l13 56 38 -57 c21 -31 68 -91 106 -134z
+m-1546 -474 c-227 -341 -392 -701 -481 -1053 -63 -249 -85 -445 -77 -690 l6
+-175 -51 -33 c-34 -23 -53 -30 -58 -23 -3 7 -16 64 -28 129 -79 427 -69 821
+28 1112 15 47 27 87 25 88 -8 8 -67 -109 -104 -203 -79 -203 -119 -417 -128
+-691 -6 -197 6 -394 38 -584 25 -155 26 -150 -16 -150 -20 0 -52 7 -72 15 -30
+13 -38 13 -44 3 -4 -7 -31 -42 -59 -77 -64 -80 -136 -187 -181 -268 -18 -35
+-37 -63 -41 -63 -10 0 -108 150 -108 166 0 8 -4 14 -9 14 -29 0 -29 -188 0
+-296 12 -43 24 -91 26 -106 12 -66 -45 -4 -69 75 -22 71 -48 32 -48 -73 0 -49
+8 -94 26 -150 22 -65 25 -89 19 -135 -3 -30 -10 -55 -14 -55 -12 0 -258 368
+-331 495 -134 232 -313 642 -328 747 -13 96 216 553 420 838 91 128 253 325
+312 379 l26 25 -5 -30 c-38 -217 -56 -611 -36 -781 41 -339 165 -578 349 -672
+l42 -22 -50 63 c-136 168 -190 381 -190 749 0 517 118 1111 271 1359 17 28 36
+49 43 47 19 -6 38 -79 33 -132 -2 -27 -22 -113 -45 -190 -50 -167 -87 -362
+-102 -541 -16 -174 -10 -193 18 -59 64 307 187 545 378 731 74 73 160 124 344
+205 100 43 322 128 338 129 6 0 -23 -53 -67 -117z m5203 -372 c-92 -278 -292
+-635 -482 -861 -210 -251 -518 -499 -787 -633 -155 -78 -271 -96 -612 -97
+-137 0 -204 -4 -209 -11 -10 -17 8 -24 135 -59 64 -18 120 -36 126 -41 5 -5 6
+-9 3 -9 -4 0 -57 -11 -120 -24 -62 -14 -225 -43 -362 -66 -137 -22 -318 -59
+-402 -80 l-154 -39 -352 26 c-403 30 -791 36 -978 14 -515 -59 -990 -233
+-1465 -539 -146 -94 -328 -226 -318 -229 5 -2 61 26 124 63 455 265 932 456
+1344 538 282 56 321 58 915 63 l555 4 -120 -55 c-149 -67 -237 -116 -390 -219
+-139 -93 -176 -110 -347 -165 -160 -51 -325 -88 -708 -157 -714 -128 -901
+-176 -1125 -290 -352 -180 -530 -431 -579 -813 l-12 -97 -37 65 c-280 501
+-272 960 22 1274 31 32 69 92 104 161 67 135 122 209 231 312 308 292 865 519
+1711 698 203 43 774 152 841 161 27 3 108 1 179 -6 211 -19 377 -59 507 -123
+94 -46 58 -9 -41 41 -42 22 -102 48 -133 58 -32 10 -56 19 -54 21 6 6 238 -24
+363 -47 62 -11 229 -47 370 -79 439 -101 586 -120 772 -102 166 17 174 26 23
+27 -179 1 -291 27 -636 145 -144 50 -311 103 -372 119 -110 28 -289 59 -355
+61 -26 1 -13 7 51 25 401 113 785 314 1087 570 70 59 76 62 160 77 153 28 269
+37 588 47 198 6 344 15 405 26 117 20 246 67 322 117 69 47 174 156 219 230
+19 30 35 51 37 47 2 -5 -18 -72 -44 -149z m496 -325 l0 -54 -64 -46 c-134 -96
+-233 -250 -243 -380 -5 -60 -3 -72 26 -130 52 -107 205 -253 240 -231 5 3 -2
+33 -17 68 -21 49 -26 79 -27 142 0 77 2 84 57 200 32 66 64 147 73 180 17 66
+19 169 5 230 -5 22 -7 41 -5 43 11 11 139 -172 166 -238 17 -41 32 -76 34 -78
+1 -2 57 -14 123 -27 140 -29 234 -61 352 -120 365 -184 610 -538 667 -965 24
+-183 37 -228 117 -398 80 -170 101 -236 91 -286 -10 -51 -16 -66 -24 -66 -4 0
+-41 25 -82 55 -85 64 -114 75 -137 51 -14 -14 -14 -18 -2 -29 8 -7 52 -47 98
+-87 l84 -74 -7 -46 c-21 -153 -167 -281 -306 -268 -46 5 -49 4 -49 -18 0 -19
+-13 -30 -67 -58 -134 -67 -303 -106 -461 -106 -88 0 -167 -22 -303 -86 -74
+-35 -145 -60 -195 -70 -76 -14 -352 -36 -365 -29 -3 2 -46 13 -96 24 -400 87
+-695 310 -821 620 l-27 66 -7 -55 c-5 -30 -11 -116 -14 -191 -5 -110 -3 -152
+10 -213 57 -255 254 -425 569 -490 111 -23 294 -21 393 4 122 31 269 107 346
+178 39 36 89 27 242 -47 71 -33 135 -61 142 -61 7 0 77 25 156 57 130 51 151
+56 239 61 107 5 177 -7 251 -44 48 -24 78 -57 78 -84 0 -9 20 -36 45 -60 54
+-53 80 -114 71 -165 -8 -38 -14 -41 -62 -23 -17 6 -40 8 -50 4 -16 -6 -11 -12
+27 -36 73 -45 92 -75 87 -138 -11 -126 -149 -223 -283 -198 -21 4 -54 23 -76
+43 l-40 37 -115 -19 c-98 -16 -123 -17 -180 -6 -37 6 -67 11 -68 9 -1 -2 -14
+-32 -29 -68 -140 -337 -608 -547 -1113 -500 -449 42 -718 244 -839 627 -20 65
+-54 174 -76 243 -71 223 -182 420 -319 564 -225 236 -505 349 -825 333 -96 -5
+-322 -44 -312 -53 2 -2 70 -9 152 -14 388 -28 657 -132 918 -354 56 -49 77
+-73 77 -91 0 -13 4 -27 10 -30 6 -4 7 1 3 12 -6 16 -5 16 9 5 23 -18 83 -166
+113 -275 33 -124 51 -238 70 -447 28 -297 58 -408 151 -553 149 -233 417 -386
+722 -412 45 -4 82 -10 82 -12 0 -17 -69 -129 -110 -180 -46 -57 -86 -90 -292
+-240 -109 -79 -137 -133 -108 -207 14 -39 43 -34 205 34 78 33 171 66 206 75
+125 29 259 14 361 -42 121 -66 209 -237 151 -294 -28 -29 -56 -10 -72 49 -13
+49 -76 122 -105 122 -10 0 -15 -4 -12 -8 3 -5 21 -32 40 -60 39 -58 61 -145
+51 -198 -3 -19 -19 -49 -34 -66 -24 -27 -35 -32 -76 -32 -59 -1 -63 6 -64 138
+-1 86 -2 89 -34 121 -39 39 -79 52 -110 37 -21 -10 -21 -11 11 -22 24 -9 39
+-25 58 -61 95 -188 -33 -289 -293 -230 -111 25 -168 26 -288 5 -81 -15 -272
+-16 -1870 -15 -1038 1 -1824 6 -1885 12 -461 42 -981 203 -1400 433 -133 73
+-359 224 -470 313 -114 91 -334 307 -428 418 -274 326 -491 706 -626 1094 -67
+193 -165 650 -154 721 2 15 40 -41 132 -194 71 -119 133 -216 138 -216 4 0
+-25 66 -66 148 -81 163 -173 395 -205 516 -24 91 -27 222 -11 401 15 159 42
+337 51 328 4 -4 22 -57 39 -118 137 -473 389 -959 732 -1412 125 -167 116
+-150 163 -278 21 -55 57 -139 81 -187 24 -48 44 -90 44 -92 0 -10 -80 18 -156
+54 -109 53 -228 142 -351 265 -69 68 -95 90 -81 66 36 -61 109 -164 154 -217
+23 -27 57 -75 74 -105 152 -259 419 -479 738 -610 58 -24 106 -54 165 -102
+193 -161 485 -331 738 -430 180 -71 442 -147 414 -120 -5 5 -32 18 -60 28
+-189 68 -424 187 -612 311 l-113 74 0 92 c0 111 22 266 51 363 56 188 164 317
+339 403 58 28 151 69 206 90 l102 39 -19 -41 c-24 -53 -25 -181 -3 -257 67
+-226 278 -461 484 -540 l53 -20 -7 23 c-103 384 -122 788 -54 1123 44 218 134
+439 253 622 191 293 482 542 860 735 309 157 502 222 1146 382 534 133 663
+173 844 261 262 128 405 242 627 501 118 137 311 295 455 371 l61 33 11 -48
+c18 -70 74 -149 113 -160 75 -20 92 23 48 120 -29 62 -32 77 -28 141 4 90 43
+175 118 259 74 83 241 205 283 208 4 0 7 -24 7 -54z m-7875 -1293 c85 -321
+295 -739 617 -1230 l119 -181 10 -159 c5 -87 14 -188 19 -225 15 -104 14 -104
+-52 -28 -468 538 -733 1214 -763 1945 l-5 130 15 -80 c9 -44 26 -121 40 -172z
+m3235 -1028 c-45 -117 -132 -207 -276 -281 -122 -64 -179 -84 -497 -178 -138
+-41 -299 -91 -356 -111 -413 -144 -624 -365 -686 -721 -23 -135 -18 -403 11
+-539 6 -27 5 -28 -10 -16 -10 8 -49 62 -87 119 -115 172 -239 435 -239 507 0
+49 79 284 130 385 198 393 522 610 1074 720 83 17 302 50 486 75 184 25 358
+49 385 54 78 13 76 14 65 -14z m-289 -621 l96 -7 -28 -105 c-16 -58 -34 -141
+-41 -185 -11 -71 -14 -80 -37 -88 -18 -6 -37 -30 -59 -73 -38 -73 -90 -137
+-143 -176 l-37 -27 -187 40 -186 39 -42 -18 c-187 -80 -330 -246 -389 -449
+-21 -72 -23 -99 -22 -285 0 -142 5 -227 16 -277 18 -86 22 -87 -108 21 l-91
+76 -26 97 c-94 354 -78 690 44 924 53 101 84 139 167 206 92 74 238 143 418
+197 186 56 272 75 400 85 139 11 148 12 255 5z m6392 -855 c21 -35 50 -100 65
+-144 24 -74 26 -92 26 -240 0 -135 -4 -180 -27 -286 -33 -157 -54 -206 -114
+-270 -91 -98 -198 -134 -393 -133 -388 3 -739 146 -835 341 -31 63 -44 170
+-31 257 l7 46 85 39 c182 86 322 209 410 362 25 42 52 80 60 83 69 27 214 13
+315 -30 32 -13 77 -24 99 -24 51 0 129 38 190 90 l45 40 30 -34 c17 -18 47
+-62 68 -97z m-1285 -1070 c206 -137 427 -208 715 -228 184 -13 287 -1 455 54
+142 46 182 54 182 34 0 -34 -74 -143 -145 -215 -89 -90 -151 -129 -270 -170
+-75 -27 -91 -28 -259 -30 -159 -1 -181 -4 -204 -21 -47 -35 -39 -41 62 -45 95
+-3 96 -3 132 -40 32 -31 38 -44 41 -90 3 -41 -1 -60 -16 -85 -60 -95 -150 -74
+-178 42 -10 45 -6 44 -147 34 -51 -3 -60 -1 -77 20 -31 38 -25 96 17 164 20
+32 34 60 33 61 -2 2 -41 19 -87 39 -148 63 -284 159 -310 218 -20 48 -43 309
+-26 309 3 0 40 -23 82 -51z"/>
+<path d="M8475 5462 c-1 -133 -17 -207 -70 -319 -19 -40 -30 -73 -24 -73 21 0
+102 94 127 148 48 105 40 267 -16 339 -16 22 -17 19 -17 -95z"/>
+<path d="M8840 4661 c-49 -16 -106 -50 -150 -89 l-45 -40 25 -27 c22 -23 25
+-36 25 -99 1 -84 14 -111 76 -155 43 -32 185 -87 248 -97 34 -6 43 -2 79 31
+23 20 44 45 47 56 15 45 24 12 22 -80 l-2 -99 -35 18 c-37 18 -93 32 -202 50
+-99 15 -173 47 -229 98 -59 53 -86 101 -98 174 l-8 53 -18 -40 c-26 -57 -31
+-156 -11 -209 36 -95 164 -185 291 -204 77 -12 354 -6 370 8 7 6 23 48 35 93
+19 69 22 100 18 192 -6 139 -31 209 -97 275 -68 68 -128 93 -231 96 -47 2 -96
+0 -110 -5z m185 -114 c45 -25 85 -92 85 -142 0 -54 -40 -117 -90 -143 -54 -28
+-127 -26 -168 5 -53 39 -69 75 -76 174 -9 118 -4 123 122 126 74 2 93 -1 127
+-20z"/>
+<path d="M3270 7926 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21
+13z"/>
+</g>
+</svg>

http://git-wip-us.apache.org/repos/asf/flink/blob/ba6b0879/flink-runtime-web/web-dashboard/web/index.html
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/index.html b/flink-runtime-web/web-dashboard/web/index.html
index fa640fc..a8e0a9c 100644
--- a/flink-runtime-web/web-dashboard/web/index.html
+++ b/flink-runtime-web/web-dashboard/web/index.html
@@ -23,6 +23,14 @@ limitations under the License.
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Apache Flink Web Dashboard</title>
+    <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
+    <link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
+    <link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
+    <link rel="manifest" href="/images/manifest.json">
+    <link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#aa1919">
+    <link rel="shortcut icon" href="/images/favicon.ico">
+    <meta name="msapplication-config" content="/images/browserconfig.xml">
+    <meta name="theme-color" content="#ffffff">
     <link rel="stylesheet" href="css/vendor.css" type="text/css">
     <link rel="stylesheet" href="css/index.css" type="text/css">
     <script src="js/vendor.js"></script>