-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 444-websocket-streaming
- Loading branch information
Showing
22 changed files
with
411 additions
and
196 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
File renamed without changes.
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
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,57 @@ | ||
<!-- | ||
* Licensed to the Apache Software Foundation (ASF) under one or more | ||
* contributor license agreements. See the NOTICE file distributed with | ||
* this work for additional information regarding copyright ownership. | ||
* The ASF licenses this file to You under the Apache License, Version 2.0 | ||
* (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
--> | ||
|
||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>User ALE Web Extension - Options</title> | ||
<script src="options.js"></script> | ||
<meta charset="utf-8" /> | ||
</head> | ||
<body> | ||
<h1>Logging Options</h1> | ||
<form name="optionsForm" id="optionsForm"> | ||
<label>Logging Endpoint URL:</label> | ||
<input name="url" id="url" /> | ||
<br /> | ||
|
||
<label>User:</label> | ||
<input name="userId" id="user" /> | ||
<br /> | ||
|
||
<label>Password:</label> | ||
<input name="password" type="password" id="password" /> | ||
<br /> | ||
|
||
<label>Tool Name:</label> | ||
<input name="toolName" id="tool" /> | ||
<br /> | ||
|
||
<label>Tool Version:</label> | ||
<input name="toolVersion" id="toolVersion" /> | ||
<br /> | ||
|
||
<label>URL whitelist regex:</label> | ||
<input name="filter" id="filter" /> | ||
<br /> | ||
|
||
<div align="right"> | ||
<button type="submit" id="submitOptions">Save Changes</button> | ||
</div> | ||
</form> | ||
</body> | ||
</html> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.