Skip to content

Commit b14cbe8

Browse files
committed
Bug #31888835 DEPRECATE CLUSTER MCC
Print deprecation message on welcome page Approved by: Tiago Alves <[email protected]>
1 parent 4b15c4e commit b14cbe8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

storage/ndb/mcc/frontend/welcome.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
22
<!--
3-
Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
3+
Copyright (c) 2012, 2020, Oracle and/or its affiliates.
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License, version 2.0,
@@ -256,8 +256,15 @@
256256

257257
<!-- Big MySQL Logo image in the background -->
258258
<div id="mysql-logo"><img alt="MySQL logo" src="img/welcome-mysql-logo.png"></div>
259-
<!-- Configuration box: Start from scratch or continue -->
260-
<div id="configure-box-wrapper">
259+
260+
<div id="deprecate-box-wrapper" style="display: flex; flex-wrap: wrap; margin-top: 80px">
261+
<div id="deprecate-box" style="width: -webkit-fill-available; margin-right: 2%; line-height: 30px; margin: 10px; font-size: xx-large; color: red;">
262+
<p><b>Warning<br><br>MCC is deprecated and will be removed in a future release.</b></p>
263+
</div>
264+
</div>
265+
266+
<!-- Configuration box: Start from scratch or continue -->
267+
<div id="configure-box-wrapper" style="top: 300px">
261268
<div id="configure-box">
262269
<div id = "configListContainer" style="width: 50%;height: 70%;margin: 0 auto;float: left;text-align: left;border: 0;">
263270
<select id="sid1"></select>

0 commit comments

Comments
 (0)