[ Launch: Tributary inlet ] 11214996 by nim23[ Launch: Tributary inlet ] 10015296 by nim23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Watch tasks that looks for changes in files and automatically copies them | |
over to BridgeIT, DesginLanguage and LatestBuild. | |
Handy when making small tweaks in css and js files saves the headache of copying | |
them to each location. | |
Will have to be used from the command line with gulp run-watch command. | |
Isn't used by the component library solution build process. | |
*/ | |
var DESIGN_LANGAUAGE_PATH = '../../../DesignLanguage/WebApp/DesignLanguage'; | |
var LATEST_BUILD_PATH = '../../../LatestBuild/ComponentLibrary'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!Doctype html> | |
<html> | |
<body> | |
<div class='container'> | |
<div class='row'> | |
<h1>Minimal grid framework</h1> | |
<h3>Features</h3> | |
<ul> | |
<li>12 column grid</li> | |
<li>Swap columns on different breakpoints</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<!-- ko if:inProgress --> | |
<img data-bind="attr: { src: progressIcon }" /> | |
<!-- /ko --> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Title": "Flow dashboard 1", | |
"Content": { | |
"Name": "Flow Dashboard 1 name", | |
"Description": "Flow Dashboard 1 description", | |
"Gadgets": [ | |
{ | |
"Heading": "Vulnerabilities and Patching", | |
"Type": "Scorecard", | |
"KPIs": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class='cl-kpi' href='javascript:;' data-bind='navigate:{url : url()}'> | |
<div class='cl-kpi-body'> | |
<div class='cl-kpi-cot-left'> | |
<div class='cl-kpi-heading-container'> | |
<span class='cl-kpi-heading' data-bind='text:heading'></span> | |
<span class='cl-kpi-subheading' data-bind='text:subHeading'></span> | |
</div> | |
<span class='cl-kpi-subtext' data-bind='text:subText'></span> | |
</div> | |
<div class='cl-kpi-cot-right'> |
[ Launch: Tributary inlet ] 10092899 by nim23
[ Launch: Tributary inlet ] 10015296 by nim23
[ Launch: Tributary inlet ] 10015097 by nim23[ Launch: Tributary inlet ] 10014767 by nim23
[ Launch: Tributary inlet ] 10014767 by nim23