mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
Update README.md
remove img closing tags
This commit is contained in:
parent
378066767e
commit
dbe38f31a6
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -267,14 +267,14 @@ python manage.py migrate
|
||||||
sudo service supervisor restart
|
sudo service supervisor restart
|
||||||
```
|
```
|
||||||
### Screenshots
|
### Screenshots
|
||||||
Instance Detail:</br>
|
Instance Detail:
|
||||||
<img src="doc/images/instance.PNG" width="95%" align="center"></img>
|
<img src="doc/images/instance.PNG" width="95%" align="center"/>
|
||||||
Instance List:</br>
|
Instance List:</br>
|
||||||
<img src="doc/images/grouped.PNG" width="47%"></img>
|
<img src="doc/images/grouped.PNG" width="47%"/>
|
||||||
<img src="doc/images/nongrouped.PNG" width="51%"></img>
|
<img src="doc/images/nongrouped.PNG" width="51%"/>
|
||||||
Other: </br>
|
Other: </br>
|
||||||
<img src="doc/images/hosts.PNG" width="52%"></img>
|
<img src="doc/images/hosts.PNG" width="52%"/>
|
||||||
<img src="doc/images/log.PNG" width="47%"></img>
|
<img src="doc/images/log.PNG" width="47%"/>
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue