@things-factory/operato-board 6.1.11 → 6.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![Data Analytics Dashboard](https://source.unsplash.com/1600x900/?data,analytics,dashboard)
2
+
1
3
  ## Operato Board
2
4
 
3
5
  - Operato : Solution family brand of hatiolab.com(http://www.hatiolab.com)
@@ -50,44 +52,48 @@ $ yarn serve:dev
50
52
  ```
51
53
 
52
54
  ## License
55
+
53
56
  ### License request process
54
- Edit bellowing data and send request to license manager(syj0130@hatiolab.com)
55
- - **Product Type** : Things or Operato
56
- - **License Type** : Production or Evaluation
57
- - **Purchase Date** : License purchased date
58
- - **Expiration Date** : License expiration Date
59
- - **Host Address** : host or UNLIMITED
60
- host can be
61
- - host: sub.scond-level.top-level
62
- > ex) board.hatiolab.com, *.hatiolab.com
63
- - ip :
64
- > ex) 192.168.1.9, 192.168.\*.*,
65
- - **Max Target(Board) Count**
66
- - Board count by domain
67
- - 0 means unlimited
68
- - **Max Domain Count**
69
- - Max domain count in this host
70
- - 0 means unlimited
57
+
58
+ Edit bellowing data and send request to license manager(syj0130@hatiolab.com)
59
+
60
+ - **Product Type** : Things or Operato
61
+ - **License Type** : Production or Evaluation
62
+ - **Purchase Date** : License purchased date
63
+ - **Expiration Date** : License expiration Date
64
+ - **Host Address** : host or UNLIMITED
65
+ host can be
66
+ - host: sub.scond-level.top-level
67
+ > ex) board.hatiolab.com, \*.hatiolab.com
68
+ - ip :
69
+ > ex) 192.168.1.9, 192.168.\*.\*,
70
+ - **Max Target(Board) Count**
71
+ - Board count by domain
72
+ - 0 means unlimited
73
+ - **Max Domain Count**
74
+ - Max domain count in this host
75
+ - 0 means unlimited
71
76
 
72
77
  ### license format
73
- ```json
74
- {
75
- "License Type": "Evaluation",
76
- "Purchase Date": "2021.03.23",
77
- "Expiration Date": "2021.06.30",
78
- "Host Address": "UNLIMITED",
79
- "Max Target Count": 0,
80
- "Max Domain Count": 0,
81
- "Key":""
82
- }
83
- ```
84
78
 
79
+ ```json
80
+ {
81
+ "License Type": "Evaluation",
82
+ "Purchase Date": "2021.03.23",
83
+ "Expiration Date": "2021.06.30",
84
+ "Host Address": "UNLIMITED",
85
+ "Max Target Count": 0,
86
+ "Max Domain Count": 0,
87
+ "Key": ""
88
+ }
89
+ ```
85
90
 
86
91
  ### import license
87
- ```js
88
- var licenseKey = require('./license').Key // import license file
89
- module.exports = {
90
- accessTokenCookieKey: 'access_token.board',
91
- licenseKey: licenseKey // put license key value to here
92
- }
93
- ```
92
+
93
+ ```js
94
+ var licenseKey = require('./license').Key // import license file
95
+ module.exports = {
96
+ accessTokenCookieKey: 'access_token.board',
97
+ licenseKey: licenseKey // put license key value to here
98
+ }
99
+ ```
package/_index.html CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
52
52
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
53
- <link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
53
+ <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
54
54
 
55
55
  <style>
56
56
  html,
@@ -94,9 +94,9 @@
94
94
  <things-app></things-app>
95
95
  <noscript> Please enable JavaScript to view this website. </noscript>
96
96
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
97
- <script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
98
- <script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
99
- <script src="node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
97
+ <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
98
+ <script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
99
+ <script src="/node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
100
100
  <!-- Built with love using PWA Starter Kit -->
101
101
  </body>
102
102
  </html>