Skip to content

Instantly share code, notes, and snippets.

@idrabenia

idrabenia/1.html Secret

Created September 6, 2016 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idrabenia/fdb758ef9a7475227f572410566caded to your computer and use it in GitHub Desktop.
Save idrabenia/fdb758ef9a7475227f572410566caded to your computer and use it in GitHub Desktop.
<px-dashboard view-service-base-url="{{viewServiceBaseUrl}}" selected-deck-id="{{selectedDeck.id}}"
context="{{context}}"></px-dashboard>
<div class="grh-layout">
<div class="grh-inline">
<div id="gr1" class="grh gactive">
<span>Greenhouse #1</span>
</div>
<div id="gr2" class="grh gactive" ng-click="goToGraph(2)">
<span>Greenhouse #2</span>
</div>
<div id="gr3" class="grh gactive" ng-click="goToGraph(3)">
<span>Greenhouse #3</span>
</div>
<div class="h-container">
<div class="headh">
<span>Head House</span>
</div>
<div class="headh">
<span>Mechanical Room</span>
</div>
</div>
</div>
<div>
<div class="serviceh">
<span>Perennials</span>
</div>
<div class="serviceh">
<span>Sales Area</span>
</div>
</div>
</div>
<div class ="legend">
<span>Low</span>
<div class="color-legend"></div>
<span>High</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment