@stratio/egeo
Version:
63 lines (59 loc) • 2.34 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Stratio Egeo - Documentation</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
</head>
<body class="container-fluid">
<a href="/index.html">Go Back to index</a><br>
<h1 id="zeropagecomponent">Zero Page (Component)</h1>
<p>Zero page is displayed when there are no results to show in a table</p>
<h2 id="inputs">Inputs</h2>
<table class="table table-striped">
<thead>
<tr>
<th id="property">Property</th>
<th id="type">Type</th>
<th id="req">Req</th>
<th id="description">Description</th>
<th id="default">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td>title</td>
<td>String</td>
<td>False</td>
<td>Title message</td>
<td>''</td>
</tr>
<tr>
<td>info</td>
<td>String</td>
<td>False</td>
<td>Info message</td>
<td>''</td>
</tr>
<tr>
<td>imageSource</td>
<td>String</td>
<td>False</td>
<td>Image source path</td>
<td>''</td>
</tr>
</tbody>
</table>
<h2 id="example">Example</h2>
<pre><code class="html language-html"><st-zero-page class="zero-page-example"
title="There are no Variables created yet "
info="Variables help you to have consistent values through your Quality Rules, Attributes…"
imageSource="assets/images/variable-icon.svg">
</st-zero-page>
</code></pre>
</body>
</html>