Various improvements
This commit is contained in:
parent
6437022b35
commit
2e632ce7a9
|
@ -1,4 +1,4 @@
|
|||
vn-repo (2.0.26) stable; urgency=low
|
||||
vn-repo (2.0.27) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#Alias /apt /var/cache/reprepro/
|
||||
Alias /apt /var/cache/reprepro/
|
||||
Alias /vn-repo /usr/share/vn-repo/web/
|
||||
|
||||
<Directory /var/cache/reprepro/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
let logsPath = '/logs';
|
||||
let logsPath = '/apt/logs';
|
||||
|
||||
window.onload = () => {
|
||||
let select = $('select');
|
||||
|
|
Reference in New Issue