Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
e97592d6
Commit
e97592d6
authored
Jan 21, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added hardcoded select option texts
parent
413b2f38
Changes
18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
560 additions
and
474 deletions
+560
-474
data/computer_fieldlist.json
data/computer_fieldlist.json
+13
-13
data/computer_getters_cpu_core.json
data/computer_getters_cpu_core.json
+0
-3
data/computer_getters_cpu_frequency.json
data/computer_getters_cpu_frequency.json
+0
-32
data/computer_getters_cpu_type.json
data/computer_getters_cpu_type.json
+0
-16
data/computer_getters_groups.json
data/computer_getters_groups.json
+0
-15
data/computer_getters_lan_type.json
data/computer_getters_lan_type.json
+0
-15
data/computer_getters_memory_size.json
data/computer_getters_memory_size.json
+0
-17
data/computer_getters_memory_type.json
data/computer_getters_memory_type.json
+0
-16
data/computer_getters_network.json
data/computer_getters_network.json
+0
-3
data/computer_getters_region.json
data/computer_getters_region.json
+0
-270
data/computer_getters_storage_capacity.json
data/computer_getters_storage_capacity.json
+0
-25
data/computer_getters_storage_interface.json
data/computer_getters_storage_interface.json
+0
-10
data/computer_getters_storage_redundancy.json
data/computer_getters_storage_redundancy.json
+0
-15
data/computer_getters_storage_technology.json
data/computer_getters_storage_technology.json
+0
-10
data/invoice_overview.json
data/invoice_overview.json
+1
-0
data/network_new.json
data/network_new.json
+1
-1
js/erp5_loader.js
js/erp5_loader.js
+544
-13
lang/en-EN/dict.json
lang/en-EN/dict.json
+1
-0
No files found.
data/computer_fieldlist.json
View file @
e97592d6
...
...
@@ -94,7 +94,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getGroups"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -135,7 +135,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getCPU"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -176,7 +176,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getCPUFrequency"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -217,7 +217,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getCPUType"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -258,7 +258,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getMemorySize"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -299,7 +299,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getMemoryType"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -340,7 +340,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getRegion"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -381,7 +381,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getStorageCapacity"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -422,7 +422,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getStorageInterface"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -463,7 +463,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getStorageRedundancy"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -504,7 +504,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
"
computer_getters_network
"
,
"items"
:
"
getWANType
"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -545,7 +545,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getLANType"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
@@ -586,7 +586,7 @@
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"items"
:
"getStorageTechnology"
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
...
...
data/computer_getters_cpu_core.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
}
]
\ No newline at end of file
data/computer_getters_cpu_frequency.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"1000 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1000"
},
{
"text"
:
"1100 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1100"
},
{
"text"
:
"1200 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1200"
},
{
"text"
:
"1300 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1300"
},
{
"text"
:
"1400 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1400"
},
{
"text"
:
"1500 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1500"
},
{
"text"
:
"1600 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1600"
},
{
"text"
:
"1700 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1700"
},
{
"text"
:
"1800 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1800"
},
{
"text"
:
"1900 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1900"
},
{
"text"
:
"2000 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2000"
},
{
"text"
:
"2100 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2100"
},
{
"text"
:
"2200 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2200"
},
{
"text"
:
"2300 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2300"
},
{
"text"
:
"2400 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2400"
},
{
"text"
:
"2500 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2500"
},
{
"text"
:
"2600 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2600"
},
{
"text"
:
"2700 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2700"
},
{
"text"
:
"2800 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2800"
},
{
"text"
:
"2900 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2900"
},
{
"text"
:
"3000 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"3000"
},
{
"text"
:
"3100 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"3100"
},
{
"text"
:
"3200 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"3200"
},
{
"text"
:
"3300 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"3300"
},
{
"text"
:
"3400 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"3400"
},
{
"text"
:
"600 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"600"
},
{
"text"
:
"700 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"700"
},
{
"text"
:
"800 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"800"
},
{
"text"
:
"900 MHz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"900"
}
]
\ No newline at end of file
data/computer_getters_cpu_type.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"ARM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"arm"
},
{
"text"
:
"ARM/ARM11"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"arm/arm11"
},
{
"text"
:
"ARM/ARM7"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"arm/arm7"
},
{
"text"
:
"ARM/ARM9"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"arm/arm9"
},
{
"text"
:
"Intel x86"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86"
},
{
"text"
:
"Intel x86/Intel x86 32 bit"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_32"
},
{
"text"
:
"Intel x86/Intel x86 32 bit/Intel 486"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_32/i486"
},
{
"text"
:
"Intel x86/Intel x86 32 bit/Intel Core"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_32/core"
},
{
"text"
:
"Intel x86/Intel x86 32 bit/Intel Pentium"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_32/i586"
},
{
"text"
:
"Intel x86/Intel x86 32 bit/Intel Pentium Pro"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_32/i686"
},
{
"text"
:
"Intel x86/Intel x86 64 bit"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_64"
},
{
"text"
:
"Intel x86/Intel x86 64 bit/Intel Nehalem Architecture"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_64/nehalem"
},
{
"text"
:
"Intel x86/Intel x86 64 bit/Intel Sandy Bridge Architecture"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"x86/x86_64/sandybridge"
}
]
\ No newline at end of file
data/computer_getters_groups.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"value"
:
""
},
{
"text"
:
"Amazon.Group"
,
"text_i18n"
:
null
,
"value"
:
"amazon"
},
{
"text"
:
"Atlantic.net Group"
,
"text_i18n"
:
null
,
"value"
:
"atlanticnet"
},
{
"text"
:
"Bull Group"
,
"text_i18n"
:
null
,
"value"
:
"bull"
},
{
"text"
:
"Slapos Company"
,
"text_i18n"
:
null
,
"value"
:
"company"
},
{
"text"
:
"Gandi Group"
,
"text_i18n"
:
null
,
"value"
:
"gandi"
},
{
"text"
:
"IBM Group"
,
"text_i18n"
:
null
,
"value"
:
"ibm"
},
{
"text"
:
"Joyent Group"
,
"text_i18n"
:
null
,
"value"
:
"joyent"
},
{
"text"
:
"OVH Group"
,
"text_i18n"
:
null
,
"value"
:
"ovh"
},
{
"text"
:
"Microsoft Group"
,
"text_i18n"
:
null
,
"value"
:
"microsoft"
},
{
"text"
:
"Rackspace Group"
,
"text_i18n"
:
null
,
"value"
:
"rackspace"
},
{
"text"
:
"VIFIB Group"
,
"text_i18n"
:
null
,
"value"
:
"vifib"
},
{
"text"
:
"wmWare Group"
,
"text_i18n"
:
null
,
"value"
:
"vmware"
}
]
\ No newline at end of file
data/computer_getters_lan_type.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"Ethernet"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ethernet"
},
{
"text"
:
"Ethernet/1 Gbps Ethernet"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ethernet/1g"
},
{
"text"
:
"Ethernet/10 Gbps Ethernet"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ethernet/10g"
},
{
"text"
:
"Ethernet/10 Mbps Ethernet"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ethernet/10m"
},
{
"text"
:
"Ethernet/100 Gbps Ethernet"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ethernet/100g"
},
{
"text"
:
"Ethernet/100 Mbps Ethernet"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ethernet/100m"
},
{
"text"
:
"Ethernet/40 Gbps Ethernet"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ethernet/40g"
},
{
"text"
:
"Infiniband"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"infiniband"
},
{
"text"
:
"Wifi 802.11"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"wifi"
},
{
"text"
:
"Wifi 802.11/801.11b Wifi"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"wifi/b"
},
{
"text"
:
"Wifi 802.11/802.11g Wifi"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"wifi/g"
},
{
"text"
:
"Wifi 802.11/802.11n Wifi"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"wifi/n"
}
]
\ No newline at end of file
data/computer_getters_memory_size.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"1 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"1"
},
{
"text"
:
"12 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"12"
},
{
"text"
:
"128 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"128"
},
{
"text"
:
"16 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"16"
},
{
"text"
:
"196 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"196"
},
{
"text"
:
"2 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"2"
},
{
"text"
:
"24 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"24"
},
{
"text"
:
"256 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"256"
},
{
"text"
:
"32 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"32"
},
{
"text"
:
"4 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"4"
},
{
"text"
:
"48 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"48"
},
{
"text"
:
"64 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"64"
},
{
"text"
:
"8 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"8"
},
{
"text"
:
"96 GB RAM"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"96"
}
]
\ No newline at end of file
data/computer_getters_memory_type.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"DDR2 Memory"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr2"
},
{
"text"
:
"DDR2 Memory/1066 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr2/1066"
},
{
"text"
:
"DDR2 Memory/400 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr2/400"
},
{
"text"
:
"DDR2 Memory/533 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr2/533"
},
{
"text"
:
"DDR2 Memory/667 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr2/667"
},
{
"text"
:
"DDR2 Memory/800 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr2/800"
},
{
"text"
:
"DDR3 Memory"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr3"
},
{
"text"
:
"DDR3 Memory/1066 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr3/1066"
},
{
"text"
:
"DDR3 Memory/1333 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr3/1333"
},
{
"text"
:
"DDR3 Memory/1600 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr3/1600"
},
{
"text"
:
"DDR3 Memory/1866 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr3/1866"
},
{
"text"
:
"DDR3 Memory/2133 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr3/2133"
},
{
"text"
:
"DDR3 Memory/800 Mhz"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ddr3/800"
}
]
\ No newline at end of file
data/computer_getters_network.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
}
]
\ No newline at end of file
data/computer_getters_region.json
deleted
100644 → 0
View file @
413b2f38
This diff is collapsed.
Click to expand it.
data/computer_getters_storage_capacity.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"Finite Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite"
},
{
"text"
:
"Finite Storage Capacity/1 TB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/1000"
},
{
"text"
:
"Finite Storage Capacity/1.5 TB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/1500"
},
{
"text"
:
"Finite Storage Capacity/10 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/10"
},
{
"text"
:
"Finite Storage Capacity/100 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/100"
},
{
"text"
:
"Finite Storage Capacity/128 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/128"
},
{
"text"
:
"Finite Storage Capacity/16 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/16"
},
{
"text"
:
"Finite Storage Capacity/160 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/160"
},
{
"text"
:
"Finite Storage Capacity/2 TB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/2000"
},
{
"text"
:
"Finite Storage Capacity/20 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/20"
},
{
"text"
:
"Finite Storage Capacity/200 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/200"
},
{
"text"
:
"Finite Storage Capacity/300 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/300"
},
{
"text"
:
"Finite Storage Capacity/32 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/32"
},
{
"text"
:
"Finite Storage Capacity/320 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/320"
},
{
"text"
:
"Finite Storage Capacity/4 TB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/4000"
},
{
"text"
:
"Finite Storage Capacity/40 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/40"
},
{
"text"
:
"Finite Storage Capacity/500 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/500"
},
{
"text"
:
"Finite Storage Capacity/64 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/64"
},
{
"text"
:
"Finite Storage Capacity/750 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/750"
},
{
"text"
:
"Finite Storage Capacity/80 GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/80"
},
{
"text"
:
"Finite Storage Capacity/8GB Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"finite/8"
},
{
"text"
:
"Infinite Storage Capacity"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"infinite"
}
]
\ No newline at end of file
data/computer_getters_storage_interface.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"Network Attached Storage"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"nas"
},
{
"text"
:
"Serial Advanced Technology Attachment"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"sata"
},
{
"text"
:
"Serial Attached SCSI"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"sas"
},
{
"text"
:
"Storage Area Network"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"san"
},
{
"text"
:
"Universal Serial Bus"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"usb"
},
{
"text"
:
"Universal Serial Bus/USB2"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"usb/usb2"
},
{
"text"
:
"Universal Serial Bus/USB3"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"usb/usb3"
}
]
\ No newline at end of file
data/computer_getters_storage_redundancy.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"Distributed Hash Table"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"dht"
},
{
"text"
:
"Redundant Array of Independent Disks"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 0"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/level0"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 0 + Level 1"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/nested01"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 1"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/level1"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 1 + Level 0"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/nested10"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 2"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/level2"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 3"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/level3"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 4"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/level4"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 5"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/level5"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 5 + Level 0"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/nested50"
},
{
"text"
:
"Redundant Array of Independent Disks/Redundant Array of Independent Disks Level 6"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"raid/level6"
}
]
\ No newline at end of file
data/computer_getters_storage_technology.json
deleted
100644 → 0
View file @
413b2f38
[
{
"text"
:
""
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
""
},
{
"text"
:
"Disk Storage"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"disk"
},
{
"text"
:
"Disk Storage/10,000 rpm"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"disk/10000"
},
{
"text"
:
"Disk Storage/15,000 rpm"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"disk/15000"
},
{
"text"
:
"Disk Storage/5,400 rpm"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"disk/5400"
},
{
"text"
:
"Disk Storage/7,200 rpm"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"disk/7200"
},
{
"text"
:
"ram"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ram"
},
{
"text"
:
"ssd"
,
"text_i18n"
:
null
,
"class"
:
"translate"
,
"value"
:
"ssd"
}
]
\ No newline at end of file
data/invoice_overview.json
View file @
e97592d6
...
...
@@ -2,6 +2,7 @@
"portal_type_source"
:
"Sale Invoice Transaction"
,
"portal_type_title"
:
"invoice"
,
"portal_type_fields"
:
"invoice_fieldlist"
,
"portal_type_mapper"
:
"invoices"
,
"initial_query"
:
{
"include_docs"
:
true
,
"limit"
:[
0
,
8
]},
"form"
:
true
,
"view"
:
"FOO"
,
...
...
data/network_new.json
View file @
e97592d6
...
...
@@ -42,7 +42,7 @@
},
"children"
:
[
{
"type"
:
"input"
,
"direct"
:
{
"value"
:
"Reset"
,
"className"
:
"translate"
},
"attributes"
:
{
"type"
:
"reset"
,
"data-i18n"
:
"[value]portal_type_dict.network_dict.text_dict.cancel"
}},
{
"type"
:
"input"
,
"direct"
:
{
"value"
:
"Submit"
,
"className"
:
"action translate"
},
"attributes"
:
{
"type"
:
"submit"
,
"data-action"
:
"add"
,
"data-icon"
:
"save"
,
"data-i18n"
:
"[value]portal_type_dict.network_dict.text_dict.submit"
,
"data-theme"
:
"slapos-black"
}}
{
"type"
:
"input"
,
"direct"
:
{
"value"
:
"Submit"
,
"className"
:
"action translate"
},
"attributes"
:
{
"type"
:
"submit"
,
"data-action"
:
"add
_network
"
,
"data-icon"
:
"save"
,
"data-i18n"
:
"[value]portal_type_dict.network_dict.text_dict.submit"
,
"data-theme"
:
"slapos-black"
}}
]
}]
}
...
...
js/erp5_loader.js
View file @
e97592d6
This diff is collapsed.
Click to expand it.
lang/en-EN/dict.json
View file @
e97592d6
...
...
@@ -89,6 +89,7 @@
"text_dict"
:
{
"title"
:
"Network Title"
,
"status"
:
"Status"
,
"parse_error"
:
"Parsing Error"
,
"networks"
:
"Networks"
,
"network_instance"
:
"Network Instance"
,
"nonet"
:
"No networks found."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment