This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from FlowzPlatform/QA
Qa
- Loading branch information
Showing
29 changed files
with
3,563 additions
and
932 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ logs | |
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
package-lock.json | ||
|
||
# Runtime data | ||
pids | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> | ||
|
Oops, something went wrong.