Skip to content

Commit 1195e1b

Browse files
authored
Merge pull request #106 from leoyjchang/master
Supplement information about on-web-ui gen1 and gen2 in readme.md
2 parents 23bb52e + d27b5fa commit 1195e1b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table of Content
22

3-
* [Quick Start](README.md#quick-start)
3+
* [Introduction](README.md#introduction)
44
* [User Guide]( README.md#user-guide)
55
* [Installing dependencies](README.md#dependencies)
66
* [Installing](README.md#installing)
@@ -12,10 +12,18 @@
1212

1313

1414

15-
# Quick Start
16-
To Be Added.
15+
# Introduction
1716

17+
on-web-ui is a web utility provided to help user to try out RackHD APIs in a handy graphic interface. We developed Gen1 of on-web-ui since 2015. In order to purse better user experience, we rewrote whole on-web-ui code with new designed UI to evolve this project to Gen2 on 2018.
1818

19+
* on-web-ui Gen1 (version below v2.33.0)
20+
- Based on React
21+
- All source codes are kept in repo branch "on-web-ui_1.0" and could be accessed at https://github.com/RackHD/on-web-ui/tree/on-web-ui_1.0
22+
23+
* on-web-ui Gen2 (version above v3.0.0)
24+
- Based on Angular5 + Clarify
25+
- All source codes are kept in master branch.
26+
- This README file only contains information about on-web-ui Gen2.
1927

2028
# User Guide
2129
## Dependencies

0 commit comments

Comments
 (0)