mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-17 07:03:28 +00:00
rename
This commit is contained in:
parent
7ae2b7a71c
commit
4ac6275dbf
20 changed files with 83 additions and 83 deletions
|
|
@ -33,7 +33,7 @@ class PageController extends Controller {
|
|||
Application::APP_ID,
|
||||
'index',
|
||||
[
|
||||
'appName' => 'aiNAS Control Plane',
|
||||
'appName' => 'betterNAS Control Plane',
|
||||
'controlPlaneUrl' => $this->controlPlaneConfig->getBaseUrl(),
|
||||
'snapshot' => $this->controlPlaneClient->fetchSnapshot(),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class ControlPlaneClient {
|
|||
'version' => $versionResponse['body'],
|
||||
];
|
||||
} catch (\Throwable $exception) {
|
||||
$this->logger->warning('Failed to reach aiNAS control plane', [
|
||||
$this->logger->warning('Failed to reach betterNAS control plane', [
|
||||
'exception' => $exception,
|
||||
'url' => $baseUrl,
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ class AdminSection implements IIconSection {
|
|||
}
|
||||
|
||||
public function getName(): string {
|
||||
return $this->l->t('aiNAS');
|
||||
return $this->l->t('betterNAS');
|
||||
}
|
||||
|
||||
public function getPriority(): int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue