mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Credential store upgrade Azure
This commit is contained in:
parent
86610ebe96
commit
18d8f90f90
@ -534,8 +534,8 @@ echo '</div>';
|
|||||||
$('#div-extra_1').hide();
|
$('#div-extra_1').hide();
|
||||||
$('#div-extra_2').hide();
|
$('#div-extra_2').hide();
|
||||||
} else if ($('#product :selected').val() == "AZURE") {
|
} else if ($('#product :selected').val() == "AZURE") {
|
||||||
$('#div-username label').text('<?php echo __('Account ID'); ?>');
|
$('#div-username label').text('<?php echo __('Client ID'); ?>');
|
||||||
$('#div-password label').text('<?php echo __('Password'); ?>');
|
$('#div-password label').text('<?php echo __('Application secret'); ?>');
|
||||||
$('#div-extra_1 label').text('<?php echo __('Tenant or domain name'); ?>');
|
$('#div-extra_1 label').text('<?php echo __('Tenant or domain name'); ?>');
|
||||||
$('#div-extra_2 label').text('<?php echo __('Subscription id'); ?>');
|
$('#div-extra_2 label').text('<?php echo __('Subscription id'); ?>');
|
||||||
$('#div-extra_1').show();
|
$('#div-extra_1').show();
|
||||||
|
@ -292,8 +292,8 @@ function print_inputs($values=null)
|
|||||||
'script' => 'calculate_inputs()',
|
'script' => 'calculate_inputs()',
|
||||||
'fields' => [
|
'fields' => [
|
||||||
// 'CUSTOM' => __('Custom'),
|
// 'CUSTOM' => __('Custom'),
|
||||||
'AWS' => __('Aws'),
|
'AWS' => __('Aws'),
|
||||||
// 'AZURE' => __('Azure'),
|
'AZURE' => __('Azure'),
|
||||||
// 'GOOGLE' => __('Google'),
|
// 'GOOGLE' => __('Google'),
|
||||||
],
|
],
|
||||||
'selected' => $values['product'],
|
'selected' => $values['product'],
|
||||||
@ -319,7 +319,7 @@ function print_inputs($values=null)
|
|||||||
|
|
||||||
case 'AZURE':
|
case 'AZURE':
|
||||||
$user_label = __('Account ID');
|
$user_label = __('Account ID');
|
||||||
$pass_label = __('Password');
|
$pass_label = __('Application secret');
|
||||||
$extra_1_label = __('Tenant or domain name');
|
$extra_1_label = __('Tenant or domain name');
|
||||||
$extra_2_label = __('Subscription id');
|
$extra_2_label = __('Subscription id');
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user