Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #283 from FlowzPlatform/QA
Browse files Browse the repository at this point in the history
Qa
  • Loading branch information
mohit5540 authored Aug 27, 2018
2 parents 94572f6 + ed1ee1b commit cdd24ea
Show file tree
Hide file tree
Showing 29 changed files with 3,563 additions and 932 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json

# Runtime data
pids
Expand Down
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*
test/unit/coverage
test/e2e/reports
selenium-debug.log
package-lock.json

# Editor directories and files
.idea
Expand Down
12 changes: 12 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/vue-multiselect.min.css" rel="stylesheet">
<link href="/static/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">
<!-- <link rel='stylesheet' href='//cdn.jsdelivr.net/foundation/5.0.2/css/foundation.min.css'> -->
<!-- <link rel='stylesheet' href='//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css'> -->
<!-- <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/foundation/3.2.5/stylesheets/foundation.min.css'> -->

<!-- jQuery -->
<script src="/static/js/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script src="/static/js/jquery-ui.min.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" type="text/javascript"></script>
<!-- <script src="http://jeremydorn.com/json-editor/dist/jsoneditor.min.js" type="text/javascript"></script> -->
<script src="https://rawgit.com/jdorn/json-editor/master/dist/jsoneditor.js" type="text/javascript"></script>



<!-- Grapes JS COmponent -->
Expand Down Expand Up @@ -51,6 +57,12 @@
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.24.min.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet"/>

<!-- <script>
// Set the default CSS theme and icon library globally
JSONEditor.defaults.theme = 'foundation5';
JSONEditor.defaults.iconlib = 'fontawesome4';
</script> -->


<!-- for amazon s3 -->
<!-- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.24.min.js"></script>
Expand Down
Loading

0 comments on commit cdd24ea

Please sign in to comment.