andre 5 miesięcy temu
rodzic
commit
9bf3a481b5

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -30,7 +30,7 @@ class InfoForm extends BaseForm implements ClientArea
 
     private function initFields()
     {
-        $this->setConfirmMessage("DNS Information");
+        $this->setConfirmMessage("DNS Information")>addField(new Text("message"));;
         $this->addInternalAlert('Test', 'info', 100);
         $this->addField(new Hidden("id"));
         $this->addField(new Hidden("selfdns"));

+ 2 - 1
app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

@@ -100,7 +100,8 @@ class InfoSettingDataProvider extends BaseDataProvider
             'dmarc' => $dmarc,
             'dkim' => $dkim,
             'selfdns' => $selfDns,
-            'selfdomain' => $selfdomain
+            'selfdomain' => $selfdomain,
+            'message' => 'Blubb'
         ];
         $this->availableValues['dnsrecords'] = $dnsRecords;
         logModuleCall(