minor layout changes for vodia switcher
This commit is contained in:
@@ -133,6 +133,10 @@ async function setVodiaOutboundIdentity(number) {
|
||||
$("#vodia-identities-list").empty();
|
||||
$("#vodia-identities-list").append("<img src='" + baseurl + "img/ajax-loader.gif' />");
|
||||
|
||||
$("#vodia-identity-current-text").text("Identität wird gesetzt...");
|
||||
$("#vodia-identity-current-number").text("");
|
||||
$("#vodia-identity-switcher").attr("title", "Identität wird gesetzt...");
|
||||
|
||||
var response = await fetch(baseurl + 'User/Api/do=setVodiaIdentity',{
|
||||
method: 'POST',
|
||||
body: new URLSearchParams({
|
||||
|
||||
Reference in New Issue
Block a user