mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-01 16:43:26 +02:00
Further small changes on roids
This commit is contained in:
parent
93f1cd7674
commit
e760d41b8a
3 changed files with 3 additions and 3 deletions
|
@ -249,7 +249,7 @@ try {
|
|||
|
||||
foreach ($contacts as $contact) {
|
||||
$xml->startElement('rdeContact:contact');
|
||||
$xml->writeElement('rdeContact:id', $contact['id']);
|
||||
$xml->writeElement('rdeContact:id', $contact['identifier']);
|
||||
$xml->writeElement('rdeContact:roid', 'C' . $contact['id'] . '-' . $c['roid']);
|
||||
$xml->startElement('rdeContact:status');
|
||||
$xml->writeAttribute('s', 'ok');
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">{{ host.name }} <span class="status status-green">{{ hostStatus.status }}</span>{% if hostLinked is not null %} <span class="status status-info">{{ __('linked') }}</span>{% endif %}</h3>
|
||||
<h3 class="card-title">{{ __('Host') }} {{ host.name }} <span class="status status-green">{{ hostStatus.status }}</span>{% if hostLinked is not null %} <span class="status status-info">{{ __('linked') }}</span>{% endif %}</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="datagrid">
|
||||
|
|
|
@ -63,7 +63,7 @@ function processContactInfo($conn, $db, $xml, $trans) {
|
|||
'svTRID' => $svTRID,
|
||||
'resultCode' => 1000,
|
||||
'msg' => 'Command completed successfully',
|
||||
'id' => $contact['id'],
|
||||
'id' => $contact['identifier'],
|
||||
'roid' => 'C' . $contact['id'],
|
||||
'status' => $statusArray,
|
||||
'postal' => $postalArray,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue