From c331eca679e2edbb326c283315f19240bd617876 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 25 Jan 2024 18:00:03 +0000 Subject: [PATCH] add android apk to mobile ui * add android apk to mobile ui Signed-off-by: si458 --- views/default-mobile.handlebars | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index d230e06b..976ddd21 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -6550,9 +6550,11 @@ function p20installAndroidDialog() { if (xxdialogMode) return; - var x = '
' + "Install the MeshCentral Agent on your Android device. Once installed, click the pairing link to connect your device to this server." + '
'; - x += '
' + "MeshCentral Agent for Android" + '
'; - x += '
' + "Device Pairing Link" + '
'; + var x = '

' + "Install the MeshCentral Agent on your Android device. Once installed, click the pairing link to connect your device to this server." + '

'; + x += '

'; + x += '

'; + x += '

' + "Android APK" + '

'; + x += '

' + "Device Pairing Link" + '

'; setDialogMode(2, "Android Installation", 1, null, x); }