Добавлен линк на github-страницу проекта
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
</DivBtn>
|
</DivBtn>
|
||||||
|
|
||||||
<div class="col"></div>
|
<div class="col"></div>
|
||||||
<div class="q-px-sm q-py-xs bg-green-12" style="border: 1px solid #aaaaaa; border-radius: 6px">
|
<div class="q-px-sm q-py-xs bg-green-12 clickable2" style="border: 1px solid #aaaaaa; border-radius: 6px" @click="openReleasePage">
|
||||||
{{ projectName }}
|
{{ projectName }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -377,6 +377,10 @@ class Search {
|
|||||||
return result.join(', ');
|
return result.join(', ');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
openReleasePage() {
|
||||||
|
window.open('https://github.com/bookpauk/inpx-web', '_blank');
|
||||||
|
}
|
||||||
|
|
||||||
makeTitle() {
|
makeTitle() {
|
||||||
const collection = this.config.dbConfig.inpxInfo.collection.split('\n');
|
const collection = this.config.dbConfig.inpxInfo.collection.split('\n');
|
||||||
this.collection = collection[0].trim();
|
this.collection = collection[0].trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user