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 #242 from FlowzPlatform/QA
Qa
- Loading branch information
Showing
73 changed files
with
17,813 additions
and
6,810 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 |
---|---|---|
|
@@ -89,4 +89,4 @@ notifications: | |
- [email protected] | ||
- [email protected] | ||
on_success: always | ||
on_failure: always | ||
on_failure: always |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# uploader | ||
uploader |
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 |
---|---|---|
|
@@ -14,4 +14,3 @@ selenium-debug.log | |
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
package-lock.json |
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 |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>flowz-uploader</title> | ||
<title>Flowz Uploader</title> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script> --> | ||
<!-- <meta charset="utf-8"> --> | ||
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> | ||
<link rel="shortcut icon" href="./static/img/favicon.ico" type="image/ico" sizes="16x16"> | ||
<title>Flowz Builder | The next generation Dynamic website builder.</title> | ||
<link rel="shortcut icon" href="https://res.cloudinary.com/flowz/raw/upload/v1521729139/flowz-dashboard/favicon.ico" type="image/ico" sizes="16x16"> | ||
<!-- <title>Flowz Builder | The next generation Dynamic website builder.</title> --> | ||
|
||
<!-- <link href="/static/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> --> | ||
|
||
|
@@ -20,6 +20,9 @@ | |
<!-- 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> | ||
|
||
|
||
<!-- Grapes JS COmponent --> | ||
<!-- <link rel="stylesheet" type="text/css" href="/static/css/grapes.min.css"> | ||
|
@@ -46,6 +49,7 @@ | |
<script src="https://docs.handsontable.com/pro/1.0.0/bower_components/handsontable-pro/dist/handsontable.full.min.js"></script> | ||
<link type="text/css" rel="stylesheet" href="https://docs.handsontable.com/pro/1.0.0/bower_components/handsontable-pro/dist/handsontable.full.min.css"> | ||
<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"/> | ||
|
||
|
||
<!-- for amazon s3 --> | ||
|
Oops, something went wrong.