Skip to content

Commit

Permalink
Initial PoC completion
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Mar 3, 2019
1 parent 63ea32b commit 7030615
Show file tree
Hide file tree
Showing 1,900 changed files with 438,831 additions and 1 deletion.
Empty file modified LICENSE 100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion README.md 100644 → 100755
@@ -1,2 +1,3 @@
# former2
An updated take on converting existing cloud resources into IaaC.

> An updated take on converting existing cloud resources into IaaC.
90 changes: 90 additions & 0 deletions aws-sdk-2.412.0.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions css/custom.css
@@ -0,0 +1,18 @@
.CodeMirror {
font-size: 18px;
border: 2px solid #aaaaaa;
height: auto;
}

.bootstrap-table .fixed-table-toolbar .bs-bars {
margin-top: 0px !important;
}

.CodeMirror-scroll {
overflow-y: hidden;
overflow-x: auto;
}

.side-menu-list li.with-sub>span {
padding-right: 35px !important;
}

0 comments on commit 7030615

Please sign in to comment.