Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
144949e9f4 | ||
|
d0a655f570 | ||
|
a9e14e4cb4 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "web",
|
||||
"version": "0.101.50",
|
||||
"version": "0.101.52",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "web",
|
||||
"version": "0.101.49",
|
||||
"version": "0.101.52",
|
||||
"dependencies": {
|
||||
"@quasar/extras": "1.16.13",
|
||||
"@vueuse/core": "11.2.0",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web",
|
||||
"version": "0.101.50",
|
||||
"version": "0.101.52",
|
||||
"private": true,
|
||||
"productName": "Tactical RMM",
|
||||
"scripts": {
|
||||
|
@@ -34,6 +34,7 @@
|
||||
<q-tab-panels v-model="tab">
|
||||
<q-tab-panel name="terminal" class="q-pa-none">
|
||||
<iframe
|
||||
allow="clipboard-read; clipboard-write"
|
||||
:src="terminal"
|
||||
:style="{
|
||||
height: `${$q.screen.height - 30}px`,
|
||||
@@ -66,6 +67,7 @@
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="filebrowser" class="q-pa-none">
|
||||
<iframe
|
||||
allow="clipboard-read; clipboard-write"
|
||||
:src="file"
|
||||
:style="{
|
||||
height: `${$q.screen.height - 30}px`,
|
||||
|
@@ -23,12 +23,15 @@
|
||||
/>
|
||||
<q-space />
|
||||
</q-bar>
|
||||
|
||||
<q-video
|
||||
v-show="control"
|
||||
:src="control"
|
||||
:style="{ height: `${$q.screen.height - 26}px` }"
|
||||
></q-video>
|
||||
<div class="q-video" :style="{ height: `${$q.screen.height - 26}px` }">
|
||||
<iframe
|
||||
v-show="control"
|
||||
:src="control"
|
||||
allow="clipboard-read; clipboard-write"
|
||||
allowfullscreen
|
||||
frameborder="0"
|
||||
></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user