Skip to content

Commit

Permalink
fix xl formating for tabs >1
Browse files Browse the repository at this point in the history
add env_vars to config build
  • Loading branch information
jygaulier committed Oct 24, 2023
1 parent 2ef09ae commit 13643c9
Show file tree
Hide file tree
Showing 29 changed files with 5,385 additions and 13,238 deletions.
20 changes: 10 additions & 10 deletions Phraseanet-production-client/dist/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ __webpack_require__.p = "/assets/production/";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 283);
/******/ return __webpack_require__(__webpack_require__.s = 282);
/******/ })
/************************************************************************/
/******/ ({
Expand Down Expand Up @@ -3864,21 +3864,21 @@ var PluralResolver = function () {

/***/ }),

/***/ 283:
/***/ 282:
/***/ (function(module, exports, __webpack_require__) {

module.exports = __webpack_require__(284);
module.exports = __webpack_require__(283);


/***/ }),

/***/ 284:
/***/ 283:
/***/ (function(module, exports, __webpack_require__) {

"use strict";


var _bootstrap = __webpack_require__(285);
var _bootstrap = __webpack_require__(284);

var _bootstrap2 = _interopRequireDefault(_bootstrap);

Expand All @@ -3896,7 +3896,7 @@ module.exports = accountApp;

/***/ }),

/***/ 285:
/***/ 284:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -3924,15 +3924,15 @@ var _lodash = __webpack_require__(4);

var _lodash2 = _interopRequireDefault(_lodash);

var _config = __webpack_require__(286);
var _config = __webpack_require__(285);

var _config2 = _interopRequireDefault(_config);

var _emitter = __webpack_require__(15);

var _emitter2 = _interopRequireDefault(_emitter);

var _account = __webpack_require__(287);
var _account = __webpack_require__(286);

var _account2 = _interopRequireDefault(_account);

Expand Down Expand Up @@ -4010,7 +4010,7 @@ exports.default = bootstrap;

/***/ }),

/***/ 286:
/***/ 285:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand All @@ -4029,7 +4029,7 @@ exports.default = defaultConfig;

/***/ }),

/***/ 287:
/***/ 286:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down
20 changes: 10 additions & 10 deletions Phraseanet-production-client/dist/account.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ __webpack_require__.p = "/assets/production/";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 283);
/******/ return __webpack_require__(__webpack_require__.s = 282);
/******/ })
/************************************************************************/
/******/ ({
Expand Down Expand Up @@ -3864,21 +3864,21 @@ var PluralResolver = function () {

/***/ }),

/***/ 283:
/***/ 282:
/***/ (function(module, exports, __webpack_require__) {

module.exports = __webpack_require__(284);
module.exports = __webpack_require__(283);


/***/ }),

/***/ 284:
/***/ 283:
/***/ (function(module, exports, __webpack_require__) {

"use strict";


var _bootstrap = __webpack_require__(285);
var _bootstrap = __webpack_require__(284);

var _bootstrap2 = _interopRequireDefault(_bootstrap);

Expand All @@ -3896,7 +3896,7 @@ module.exports = accountApp;

/***/ }),

/***/ 285:
/***/ 284:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -3924,15 +3924,15 @@ var _lodash = __webpack_require__(4);

var _lodash2 = _interopRequireDefault(_lodash);

var _config = __webpack_require__(286);
var _config = __webpack_require__(285);

var _config2 = _interopRequireDefault(_config);

var _emitter = __webpack_require__(15);

var _emitter2 = _interopRequireDefault(_emitter);

var _account = __webpack_require__(287);
var _account = __webpack_require__(286);

var _account2 = _interopRequireDefault(_account);

Expand Down Expand Up @@ -4010,7 +4010,7 @@ exports.default = bootstrap;

/***/ }),

/***/ 286:
/***/ 285:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand All @@ -4029,7 +4029,7 @@ exports.default = defaultConfig;

/***/ }),

/***/ 287:
/***/ 286:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down
Loading

0 comments on commit 13643c9

Please sign in to comment.