Skip to content

Commit

Permalink
Fix the web gui so it runs from PyPI installs. (#417)
Browse files Browse the repository at this point in the history
* Update package_data for prebuilt web_gui.

* Update web gui client package information.

* Update prebuilt web client.

* Increment patch number to v1.0.1
  • Loading branch information
jettisonjoe authored Aug 25, 2016
1 parent 1eecab7 commit 25390b2
Show file tree
Hide file tree
Showing 9 changed files with 914 additions and 516 deletions.
26 changes: 19 additions & 7 deletions openhtf/output/web_gui/prebuilt/scripts/app.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -40892,16 +40892,22 @@ webpackJsonp([0],[
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
// Licensed 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.
var core_1 = __webpack_require__(1);
var utils_1 = __webpack_require__(283);
__webpack_require__(287);
/** Logs view component; a listing of log entries. **/
var Logs = (function () {
function Logs() {
}
Logs.prototype.ngOnInit = function () {
// $('ul.tabs').tabs();
};
__decorate([
core_1.Input(),
__metadata('design:type', Array)
Expand Down Expand Up @@ -41004,16 +41010,22 @@ webpackJsonp([0],[
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
// Licensed 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.
var core_1 = __webpack_require__(1);
var utils_1 = __webpack_require__(283);
__webpack_require__(292);
/** Metadata component; a listing of test metadata. **/
var Metadata = (function () {
function Metadata() {
}
Metadata.prototype.ngOnInit = function () {
// $('ul.tabs').tabs();
};
__decorate([
core_1.Input(),
__metadata('design:type', Object)
Expand Down Expand Up @@ -41073,7 +41085,7 @@ webpackJsonp([0],[
if (typeof value == 'object') {
var new_value_1 = '';
Object.keys(value).forEach(function (idx) {
new_value_1 += value[idx].value + ", ";
new_value_1 += "(" + value[idx] + "), ";
});
value = new_value_1.slice(0, -2);
}
Expand Down
2 changes: 1 addition & 1 deletion openhtf/output/web_gui/prebuilt/scripts/app.bundle.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 25390b2

Please sign in to comment.