Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
tvault_configurator / tvault_configurator / views / landing_page_vmware.tpl
Size: Mime:
<head>
	<!-- Latest compiled and minified CSS -->
	<link rel="stylesheet" href="css/bootstrap.min.css">
	<link rel="stylesheet" href="css/jumbotron.css" type="text/css">
		
	<!-- Optional theme -->
	<link rel="stylesheet" href="css/bootstrap-theme.min.css">
	
	<script src="js/jquery-3.5.1.min.js"></script>
        <script src="js/popper.min.js"></script>
	<!-- Latest compiled and minified JavaScript -->
	<script src="js/bootstrap.min.js"></script>
</head>

<body>
    <div class="container">
        <img width="200" class="center-block" src="images/triliovault-logo2.png">
    </div>
    <div>
        <div class="container">
        <br>
            <h1 class="center-block text-center">Welcome to TrilioVault landing page. TrilioVault provides tenant driven data protection for the VMware Cloud.<br /> Version {{ version }}</h1>
        <br>
        </div>

    </div>

    <div class="container">
        <!-- Example row of columns -->
        <div class="row">
            <div>
                <h2>Deployment</h2>
                <ol>
                    <img src="images/triliovault-overview-vmware-thumb.png" width=auto height=auto style="padding-top:23px;" onmouseover="showtrail('auto','auto','images/triliovault-overview-vmware.png');" onmouseout="hidetrail();" />
                    <br>
                </ol>
                <h2>Configuration</h2>
                <ol>
                    <li>Configure TrilioVault Appliance( Controller or Additional Node)
                        <br>
                        <br>
                        <div class="well">
                            <a href="/home" target="_blank">https://&lt;ipaddress-of-tvault-vm&gt;/home</a>
                        </div>
                    </li>
                </ol>
                <h2>Dashboard</h2>
                <ol>
                    <li>TrilioVault Dashboard
                        <br>
                        <br>
                        <div class="well">
                        	<a href="/" onclick="javascript:event.target.port=3000">https://&lt;ipaddress-of-tvault-vm&gt;:3000</a>
                        </div>
                    </li>
                </ol>
                <h2>Support</h2>
                <ol>
                    <div class="well"><a>support@triliodata.com</a>
                    </div>
                </ol>
           
                
            </div>
        </div>
    </div>
    <hr>



    <!-- /container -->

</body>