1
0
Fork 0

nightly frontend build

This commit is contained in:
ArangoDB Release Bot 2018-03-01 00:57:46 +00:00
parent 970765b486
commit 6a1bb6ab2c
9 changed files with 457 additions and 38 deletions

File diff suppressed because one or more lines are too long

View File

@ -91,7 +91,7 @@
</div>
<div id="settings" class="readme" style="display: none;"> <% if (_.isEmpty(app.get('config'))) { %> <p>No configurable settings available.</p> <% } %> <div class="buttons"></div>
</div>
<div id="readme" class="readme" style="display: none;"> <% if (app.get('readme')) { %> <%= app.get('readme') %> <% } else { %> <p>No README data found.</p> <% } %> </div>
<div id="readme" class="readme" style="display: none;"> <% if (app.get('readme')) { %> <%= marker(app.get('readme')) %> <% } else { %> <p>No README data found.</p> <% } %> </div>
</main>
<!--<aside class="meta" id="sideinformation">
<dl>
@ -173,7 +173,7 @@
<div class="contentDiv">
<div id="installed">
<div id="installedList" class="tileList pure-u">
<div class="tile pure-u-1-1 pure-u-sm-1-2 pure-u-md-1-3 pure-u-lg-1-4 pure-u-xl-1-6">
<div class="tile pure-u-1-1 pure-u-sm-1-2 pure-u-md-1-3 pure-u-lg-1-4 pure-u-xl-1-5">
<div class="fullBorderBox">
<a href="#" id="addApp" class="add"><span class="pull-left add-Icon"><i class="fa fa-plus-circle"></i>
</span> Add Service</a>
@ -877,15 +877,27 @@ if (list.length > 0) {
<div class="footer-right">
<p><% if(n) { %><a><%=n%> <%=v%> <% } %></a></p>
</div></script><script id="foxxActiveView.ejs" type="text/template"><div class="paddingBox">
<div class="foxxDesc">
<p><span class="foxxMount"><%=model.get("mount")%></span></p>
<p><span class="foxxName"><%=model.get("name")%></span></p>
<p><span class="foxxName"><%=model.get("version")%></span></p>
<!--<p><span class="foxxCategory"><%=model.get("category")%></span></p>-->
</div>
<!-- <div class="foxxActions"><button class="installFoxx button-success" appId="<%=model.name %>" appVersion="<%=model.latestVersion%>" >Interface</button></div>-->
<div class="borderBox"></div>
<img src="<%= model.thumbnailUrl %>" height="50" width="50" alt="Icon for Service" class="icon"> <% if(model.isDevelopment()) { %> <div class="tileBadge">
<span>
<div class="corneredBadge development">
development
Development
</div>
</span>
</div> <% } %> <h5 class="collectionName"> <%= model.get("mount") %> <% if(model.get("name")) { %> (<%= model.get("name") %>) <% } %> </h5>
</div></script><script id="foxxEditView.ejs" type="text/template"> <%var appInfos = attributes.app.split(":"); %> <div id="change-foxx" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display:none">
</div> <% } else { %> <div class="tileBadge">
<span>
<div class="corneredBadge production">
Production
</div>
</span>
</div> <% } %> </div></script><script id="foxxEditView.ejs" type="text/template"> <%var appInfos = attributes.app.split(":"); %> <div id="change-foxx" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display:none">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<a class="arangoHeader">Modify Service</a>
@ -966,7 +978,16 @@ if (list.length > 0) {
<button class="button-success pull-right installFoxx">Install</button>
<button id="cancel" class="button-danger pull-right">Cancel</button>
</div>
</div></script><script id="graphManagementView.ejs" type="text/template"><div class="headerBar">
</div></script><script id="foxxRepoView.ejs" type="text/template"><div class="paddingBox">
<div class="foxxDesc">
<p><span class="foxxName"><%=model.name%></span></p>
<p><span class="foxxCategory"><%=model.categories%></span></p>
<!--<p><i class="fa fa-star"></i><span class="foxxStars">23</span></p>-->
</div>
<div class="foxxActions"> <% if (upgrade) { %> <button class="installFoxx button-success" appId="<%=model.name %>" appVersion="<%=model.latestVersion%>" >Replace</button> <% } else { %> <button class="installFoxx button-success" appId="<%=model.name %>" appVersion="<%=model.latestVersion%>" >Install</button> <% } %> </div>
<div class="borderBox"></div>
<img src="<%= thumbnail %>" height="50" width="50" alt="Icon for Service" class="icon">
</div></script><script id="graphManagementView.ejs" type="text/template"><div class="headerBar">
<div class="search-field">
<input type="text" value="<%=searchString%>" id="graphManagementSearchInput" class="search-input" placeholder="Search..."/>
<i id="graphManagementSearchSubmit" class="fa fa-search"></i>
@ -2443,7 +2464,351 @@ Upload a Foxx service bundle. The Foxx service bundle should be a zip archive co
</div>
</div></script><script id="shardsView.ejs" type="text/template"><div id="shardsContent" class="innerContent"> <% var genClass1 = 'pure-u-6-24'; %> <% var genClass2 = 'pure-u-6-24'; %> <% var disabled = ' '; %> <% var collectionName; %> <% var first = 0; %> <%
</div></script><script id="serviceDetailView.ejs" type="text/template"><div class="application-detail-view"> <% var visible = " visibility: hidden; ";%> <% if (installed) { %> <% visible = " visibility: visible; ";%> <% } %> <div class="headerBar" style="width: 100%">
<ul class="subMenuEntries subViewNavbar pull-left" style="<%=visible%>">
<li id="service-info" class="subMenuEntry active"><a>Info</a></li>
<li id="service-api" class="subMenuEntry "><a>API</a></li>
<!--<li id="service-readme" class="subMenuEntry "><a>Readme</a></li>-->
<li id="service-settings" class="subMenuEntry "><a>Settings</a></li>
</ul>
<div class="headerButtonBar" style="display: none">
<ul class="headerButtonList">
<li>
<a id="app-deps" class="headerButton <%= _.isEmpty(app.get('deps')) ? 'disabled' : '' %> <%= app.hasUnconfiguredDependencies() ? 'error' : '' %>">
<span class="fa fa-cubes" title="Dependencies"></span>
</a>
</li>
<li id="app-scripts" class="dropdown">
<a class="headerButton <%= _.isEmpty(app.get('scripts')) ? 'disabled' : '' %>" title="Scripts">
<i class="fa fa-code"></i>
</a>
<ul class="script-dropdown-menu dropdown-toolbar dropdown-menu" id="scripts_dropdown"> <% _.each(app.get('scripts'), function (title, name) { %> <li class="dropdown-item">
<a class="tab" data-script="<%= name %>"><%= title %></a>
</li> <% }) %> </ul>
</li>
<li>
<a id="app-tests" class="headerButton">
<span class="fa fa-flask" title="Tests"></span>
</a>
</li>
<li>
<a id="download-app" class="headerButton <%= app.isSystem() ? 'disabled' : '' %>">
<span class="fa fa-download" title="Download"></span>
</a>
</li>
</ul>
</div>
</div>
<section class="info" id="informationfunctions" style="display: none">
<div class="header">
<div id="hidden_buttons" style="display: none">
<button class="delete button-danger" <%=app.isSystem()?"disabled":""%> >Delete</button>
<button id="app-replace" class="app-replace upgrade button-warning" <%=app.isSystem()?"disabled":"" %>>Replace</button>
<button id="app-switch-mode" class="app-switch-mode switch-mode button-warning"><%=app.get('development')?'Set Production':'Set Development'%></button>
</div>
</div>
</section>
<section class="info" id="information" style="width: 100%;">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-4-4 pure-u-md-3-4 foxx-left">
<div class="foxx-icon-container pull-left">
<img src="<%= app.thumbnailUrl %>" alt="Icon for Service" class="icon" />
</div>
<div class="pull-left" style="margin-left: 15px">
<h3> <%= app.attributes.name %> </h3>
<p class="description"><%= app.attributes.description %></p>
</div>
<div id="app-warning" class="app-warning" style="clear: both; display:<%=app.needsAttention()?'block':'none' %>;">
<h4>Out of order</h4>
<p id="app-warning-broken" style="display:<%=app.isBroken()?'block':'none' %>;">This service has failed to mount due to an error.</p>
<p id="app-warning-config" style="display:<%=app.needsConfiguration()?'block':'none' %>;">This service has not yet been configured properly.</p>
<p id="app-warning-deps" style="display:<%=app.hasUnconfiguredDependencies()?'block':'block' %>;">Some dependencies have not yet been set up.</p>
</div>
<div class="categoryBar">
<h4>Readme</h4>
</div>
<div id="readme" class="readme"> <% if (app.get('readme')) { %> <%= marked(app.get('readme')) %> <% } else { %> <p>No README data found.</p> <% } %> </div>
</div>
<div class="pure-u-1 pure-u-sm-4-4 pure-u-md-1-4 foxx-right">
<div class="foxx-label-container">
<p>
<span>Author: </span><span><%= app.attributes.author %></span>
</p>
<p>
<span>Mount: </span><span><%= app.attributes.mount %></span>
</p>
<p>
<span>Mode: </span><span class="mode <%=app.get('development')?'development':'production'%>"><%=app.get('development')?'Development':'Production'%></span>
</p>
<p>
<span>Version: </span><span class="version"><%= app.attributes.version %></span>
</p>
<p> <% if (app.attributes.license) { %> <span>License: </span><span><%= app.attributes.license %></span> <% } %> </p>
<p> <% if (app.get('development') === true) { %> <span>Path: </span><span class="developmentSpan"><%= app.attributes.path %></span> <% } else { %> <span></span> <% } %> </p>
</div>
<div class="header_right">
<input type="button" class="open button-success" disabled="true" value="Show Interface" />
</div>
</div>
</div>
</section>
<main>
<div id="app-info" class="app-info" style="display: none;">
<h4>Info</h4>
<p id="app-info-swagger">Documentation for this service is not yet configured.</p>
</div>
<div id="swagger" class="swagger" style="display: none;">
<a id="jsonLink">Swagger</a>
<div id="swaggerJsonContent" style="display: none">
<div id="swaggerJsonEditor" style="height: 100%;"></div>
</div>
</div>
<div id="settings" class="readme" style="display: none; padding: 15px;"> <% if (_.isEmpty(app.get('config'))) { %> <p>No configurable settings available.</p> <% } %> <div class="buttons" style="margin-left: -10px; margin-top: 20px;"></div>
</div>
</main>
<!--<aside class="meta" id="sideinformation">
<dl>
<dt>Author</dt>
<dd><%= app.attributes.author %></dd>
<dt>Contributors</dt>
<dd> <% if (app.attributes.contributors && app.attributes.contributors.length > 0) { %> <ul> <% _.each(app.attributes.contributors, function (contributor) { %> <li><a href="mailto:<%= contributor.email %>"><%= contributor.name %></a></li> <% }); %> </ul> <% } else { %> No contributors <% } %> </dd>
<dt>Links</dt>
<dd>
<ul>
<li>
<a href="<%= baseUrl %>/_admin/aardvark/foxxes/docs/standalone/index.html?mount=<%= encodeURIComponent(app.get('mount')) %>" target="_blank">
API Documentation
</a>
</li>
<li>
<a href="<%= baseUrl %>/_admin/aardvark/foxxes/docs/swagger.json?mount=<%= encodeURIComponent(app.get('mount')) %>" target="_blank">
API as JSON
</a>
</li> <% if (app.attributes.repository && app.attributes.repository.type == 'git') { %> <li><a href="<%= app.attributes.repository.url %>" target="_blank">Git Repository</a></li> <% } %> </ul>
</dd>
</dl>
</aside>-->
</div></script><script id="serviceInstallGitHubView.ejs" type="text/template"><div class="arangoToolbar arangoToolbarTop arangoFoxxToolbarTop">
<div class="pull-left">
</div>
<div class="pull-right">
</div>
</div>
<div class="contentDiv createModalDialog">
<div id="gitHubFoxx" class="foxxesInner modal-body">
<div>
<p>
Download a Foxx service from a public <a href="https://www.github.com">github.com</a> repository. In order to define a version please add a <a href="https://git-scm.com/book/en/v2/Git-Basics-Tagging">git tag</a> to your repository using the following format: "v1.2.3". To connect to github your username and the name of the repository are sufficient.
</p>
<table>
<tr class="tableRow">
<th class="collectionInfoTh">
Repository*:
</th>
<th class="collectionInfoTh">
<input type="text" id="repository" value="" placeholder="username/repository">
</th>
</tr>
<tr class="tableRow">
<th class="collectionInfoTh">
Version*:
</th>
<th class="collectionInfoTh">
<input type="text" id="tag" value="" placeholder="master">
</th>
</tr>
<tr class="tableRow" style="display: none">
<th class="collectionInfoTh">
Enable Legacy Mode:
</th>
<th class="collectionInfoTh">
<input type="checkbox" id="github-app-islegacy" value="true">
</th>
<th>
<span class="modalTooltips arangoicon icon_arangodb_info" title="Legacy Compatibility Mode allows mounting some Foxx services written for ArangoDB 2.8 or older. This overrides the ArangoDB version specified in the service manifest. See the Foxx documentation for more information on running legacy services in ArangoDB 3.">
</span>
</th>
</tr>
</table>
</div>
</div>
<div class="modal-footer">
<button id="installGitHubService" class="button-success" style="float:right" disabled>Install</button>
</div>
</div></script><script id="serviceInstallNewView.ejs" type="text/template"><div class="arangoToolbar arangoToolbarTop arangoFoxxToolbarTop">
<div class="pull-left">
</div>
<div class="pull-right">
</div>
</div>
<div class="contentDiv createModalDialog">
<div id="newFoxxes" class="foxxesInner modal-body">
<table id="new-app-information">
<tr class="tableRow">
<th class="collectionInfoTh">
Author*:
</th>
<th class="collectionInfoTh">
<input type="text" id="new-app-author" value="" placeholder="Your Name">
</th>
</tr>
<tr class="tableRow">
<th class="collectionInfoTh">
Name*:
</th>
<th class="collectionInfoTh">
<input type="text" id="new-app-name" value="" placeholder="Name of the Service">
</th>
</tr>
<tr class="tableRow">
<th class="collectionInfoTh">
Description*:
</th>
<th class="collectionInfoTh">
<input type="text" id="new-app-description" value="" placeholder="Please describe your Service here">
</th>
</tr>
<tr class="tableRow">
<th class="collectionInfoTh">
License*:
</th>
<th class="collectionInfoTh">
<input type="text" id="new-app-license" value="" placeholder="Apache 2"></input>
</th>
</tr>
<!--
<tr class="tableRow">
<th class="collectionInfoTh">
Authentication*:
</th>
<th class="collectionInfoTh">
<input type="checkbox" id="new-app-authenticate" checked></input>
</th>
</tr>
-->
<tr class="tableRow">
<th class="collectionInfoTh">
Document Collections:
</th>
<th class="collectionInfoTh">
<input type="hidden" id="new-app-document-collections" value="" placeholder="Document Collections"></input>
</th>
<th>
<span class="modalTooltips arangoicon icon_arangodb_info" title="A list of document collections that will be created specifically for this Service. A CRUD API for these will be generated.">
</span>
</th>
</tr>
<tr class="tableRow">
<th class="collectionInfoTh">
Edge Collections:
</th>
<th class="collectionInfoTh">
<input type="hidden" id="new-app-edge-collections" value="" placeholder="Edge Collections"></input>
</th>
<th>
<span class="modalTooltips arangoicon icon_arangodb_info" title="A list of edge collections that will be created specifically for this Service. A CRUD API for these will be generated.">
</span>
</th>
</tr>
</table>
</div>
<div class="modal-footer"> <% if (upgrade) { %> <button id="installNewService" class="button-success" style="float:right">Replace</button> <% } else { %> <button id="installNewService" class="button-success" style="float:right">Install</button> <% } %> </div>
</div></script><script id="serviceInstallUploadView.ejs" type="text/template"><div class="arangoToolbar arangoToolbarTop arangoFoxxToolbarTop">
<div class="pull-left">
</div>
<div class="pull-right">
</div>
</div>
<div class="contentDiv createModalDialog">
<div id="uploadFoxxes" class="foxxesInner modal-body">
<div>
<p>
Upload a Foxx service bundle. The Foxx service bundle should be a zip archive containing all service files as a directory structure, including the manifest and any required <code style="padding: 0px 2px; font-weight: 10pt;">node_modules</code> dependencies. If your service doesn't have any dependencies, configuration or scripts you can also upload a single JavaScript file that will act as the service's entry point or "main" file.
</p>
<table>
<tr class="tableRow" style="display: none">
<th class="collectionInfoTh">
Enable Legacy Mode:
</th>
<th class="collectionInfoTh">
<input type="checkbox" id="zip-app-islegacy" value="true">
</th>
<th>
<span class="modalTooltips arangoicon icon_arangodb_info" title="Legacy Compatibility Mode allows mounting some Foxx services written for ArangoDB 2.8 or older. This overrides the ArangoDB version specified in the service manifest. See the Foxx documentation for more information on running legacy services in ArangoDB 3.">
</span>
</th>
</tr>
</table>
</div>
<div id="upload-foxx-zip">Upload File</div>
</div>
<div class="modal-footer"> <% if (upgrade) { %> <button id="installUploadService" class="button-success" style="float:right" disabled>Replace</button> <% } else { %> <button id="installUploadService" class="button-success" style="float:right" disabled>Install</button> <% } %> </div>
</div>
</div></script><script id="serviceInstallUrlView.ejs" type="text/template"><div class="arangoToolbar arangoToolbarTop arangoFoxxToolbarTop">
<div class="pull-left">
</div>
<div class="pull-right">
</div>
</div>
<div class="contentDiv createModalDialog">
<div id="urlFoxx" class="foxxesInner modal-body" style="min-height: 150px;">
<div>
<p>
Download a Foxx service from a public available url. Access using credentials in the URL is allowed (https://username:password@www.example.com/).
</p>
<table>
<tr class="tableRow">
<th class="collectionInfoTh">
URL*:
</th>
<th class="collectionInfoTh">
<input type="text" id="repository" value="" placeholder="https://www.example.com/foxx.zip">
</th>
</tr>
</table>
</div>
</div>
<div class="modal-footer"> <% if (upgrade) { %> <button id="installUrlService" class="button-success" style="float:right" disabled>Replace</button> <% } else { %> <button id="installUrlService" class="button-success" style="float:right" disabled>Install</button> <% } %> </div>
</div></script><script id="serviceInstallView.ejs" type="text/template"><div class="arangoToolbar arangoToolbarTop arangoFoxxToolbarTop">
<div class="pull-left">
</div>
<div class="pull-right">
<div class="search-field">
<input type="text" id="foxxSearch" class="search-input" placeholder="Search..."/>
<i id="searchSubmit" class="fa fa-search"></i>
</div>
<button id="categorySelection" class="button-default filterSelect">Category <i class="fa fa-caret-down"></i></button>
<button style="display: none" class="button-default filterSelect" id="foxxFilters">
<i class="fa fa-close"></i>Clear current <a id="filterDesc"></a> filter
</button>
</div>
</div>
<div class="contentDiv">
<div id="repositories">
<div id="availableFoxxes" class="tileList pure-u">
</div>
</div>
</div></script><script id="shardsView.ejs" type="text/template"><div id="shardsContent" class="innerContent"> <% var genClass1 = 'pure-u-6-24'; %> <% var genClass2 = 'pure-u-6-24'; %> <% var disabled = ' '; %> <% var collectionName; %> <% var first = 0; %> <%
var collectionInSync = function(name) {
var result = false;
if (_.isEqual(collections[name].Current, collections[name].Plan)) {
@ -2493,6 +2858,58 @@ Upload a Foxx service bundle. The Foxx service bundle should be a zip archive co
style="background-color: #8aa051; margin-top: 9px;"
/>
</a>
</div></script><script id="storeDetailView.ejs" type="text/template"><div class="application-detail-view">
<div class="headerBar" style="width: 100%">
<ul class="subMenuEntries subViewNavbar pull-left">
</ul>
</div>
<section class="info" id="information" style="width: 100%;">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-4-4 pure-u-md-3-4 foxx-left">
<div class="foxx-icon-container pull-left">
<img src="<%= image %>" alt="Icon for Service" class="icon" />
</div>
<div class="pull-left" style="margin-left: 15px">
<h3> <%= app.attributes.name %> </h3>
<p class="description"><%= app.attributes.description %></p>
</div>
<div class="categoryBar">
<h4>Readme</h4>
</div>
<div id="readme" class="readme">
</div>
</div>
<div class="pure-u-1 pure-u-sm-4-4 pure-u-md-1-4 foxx-right">
<div class="foxx-label-container">
<p>
<span>Author: </span><span><%= app.attributes.author %></span>
</p>
<p>
<span>Version: </span><span class="version"><%= app.attributes.latestVersion %></span>
</p>
<p>
<span>GitHub: </span><span><a href="https://www.github.com/<%= app.attributes.location %>"><%= app.attributes.location %></a></span>
</p>
<p> <% if (app.attributes.license) { %> <span>License: </span><span><%= app.attributes.license %></span> <% } %> </p>
<p>
<span>Categories: </span><span><%= app.attributes.categories %></span>
</p>
<p>
<span></span>
</p>
</div>
<div class="header_right">
<input id="installService" type="button" class="button-success" value="Install Service" />
</div>
</div>
</div>
</section>
</div></script><script id="subNavigationView.ejs" type="text/template"><ul class="subMenuEntries top">
<li class="subMenuEntry pull-left">
<div class="breadcrumb"></div>
@ -2957,4 +3374,4 @@ var cutByResolution = function (str) {
</div>
<div id="workMonitorContent" class="innerContent">
</div></script></head><body><nav class="navbar" style="display: none"><div class="primary"><div class="navlogo"><a class="logo big" href="#"><img id="ArangoDBLogo" class="arangodbLogo" src="img/arangodb-edition-optimized.svg"></a><a class="logo small" href="#"><img class="arangodbLogo" src="img/arangodb_logo_small.png"></a><a class="version"><span id="currentVersion"></span></a></div><div class="statmenu" id="statisticBar"></div><div class="navmenu" id="navigationBar"></div></div></nav><div id="modalPlaceholder"></div><div class="bodyWrapper" style="display: none"><div class="centralRow"><div id="navbar2" class="navbarWrapper secondary"><div class="subnavmenu" id="subNavigationBar"></div></div><div class="resizecontainer contentWrapper"><div id="loadingScreen" class="loadingScreen" style="display: none"><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw margin-bottom"></i> <span class="sr-only">Loading...</span></div><div id="content" class="centralContent"></div><footer class="footer"><div id="footerBar"></div></footer></div></div></div><div id="progressPlaceholder" style="display:none"></div><div id="spotlightPlaceholder" style="display:none"></div><div id="graphSettingsContent" style="display: none"></div><div id="filterSelectDiv" style="display:none"></div><div id="offlinePlaceholder" style="display:none"><div class="offline-div"><div class="pure-u"><div class="pure-u-1-4"></div><div class="pure-u-1-2 offline-window"><div class="offline-header"><h3>You have been disconnected from the server</h3></div><div class="offline-body"><p>The connection to the server has been lost. The server may be under heavy load.</p><p>Trying to reconnect in <span id="offlineSeconds">10</span> seconds.</p><p class="animation_state"><span><button class="button-success">Reconnect now</button></span></p></div></div><div class="pure-u-1-4"></div></div></div></div><div class="arangoFrame" style=""><div class="outerDiv"><div class="innerDiv"></div></div></div><script src="libs.js?version=1519818638186"></script><script src="app.js?version=1519818638186"></script></body></html>
</div></script></head><body><nav class="navbar" style="display: none"><div class="primary"><div class="navlogo"><a class="logo big" href="#"><img id="ArangoDBLogo" class="arangodbLogo" src="img/arangodb-edition-optimized.svg"></a><a class="logo small" href="#"><img class="arangodbLogo" src="img/arangodb_logo_small.png"></a><a class="version"><span id="currentVersion"></span></a></div><div class="statmenu" id="statisticBar"></div><div class="navmenu" id="navigationBar"></div></div></nav><div id="modalPlaceholder"></div><div class="bodyWrapper" style="display: none"><div class="centralRow"><div id="navbar2" class="navbarWrapper secondary"><div class="subnavmenu" id="subNavigationBar"></div></div><div class="resizecontainer contentWrapper"><div id="loadingScreen" class="loadingScreen" style="display: none"><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw margin-bottom"></i> <span class="sr-only">Loading...</span></div><div id="content" class="centralContent"></div><footer class="footer"><div id="footerBar"></div></footer></div></div></div><div id="progressPlaceholder" style="display:none"></div><div id="spotlightPlaceholder" style="display:none"></div><div id="graphSettingsContent" style="display: none"></div><div id="filterSelectDiv" style="display:none"></div><div id="offlinePlaceholder" style="display:none"><div class="offline-div"><div class="pure-u"><div class="pure-u-1-4"></div><div class="pure-u-1-2 offline-window"><div class="offline-header"><h3>You have been disconnected from the server</h3></div><div class="offline-body"><p>The connection to the server has been lost. The server may be under heavy load.</p><p>Trying to reconnect in <span id="offlineSeconds">10</span> seconds.</p><p class="animation_state"><span><button class="button-success">Reconnect now</button></span></p></div></div><div class="pure-u-1-4"></div></div></div></div><div class="arangoFrame" style=""><div class="outerDiv"><div class="innerDiv"></div></div></div><script src="libs.js?version=1519865816400"></script><script src="app.js?version=1519865816400"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long