etnbrd/flx-compiler

View on GitHub
test-set/redis_key_overview-master/static/html/init.html

Summary

Maintainability
Test Coverage
<html style="height:100%;">
    </head>
        <title>Redis Key Overview</title>
        <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
        <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
    </head>
    <body style="height:100%; background-color: #eee;" >
        <div class="jumbotron" style="height:100%;">
            <div class="container">
                <div class="page-header">
                    <h1><a href="/" style="color: #333333;">Redis Key Overview</a><button type="button" style="margin-left: 60px" id="init-btn" class="btn btn-primary">Initialize Views</button></h1>
                </div>
                <div id="msgs" style="margin-top: 50px; width:100%; height: 400px"></div>
            </div>
        </div>
    </body>
    <script src="/static/js/init.js"></script>
</html>