⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
search
/
View File Name :
tempI18nPhrases.ts
// Temporary place to collect phrases we reuse between new and old browse/search // TODO: remove this when new Browse Dashboards UI is no longer feature flagged import { t } from 'app/core/internationalization'; export function getSearchPlaceholder(includePanels = false) { return includePanels ? t('search.search-input.include-panels-placeholder', 'Search for dashboards, folders, and panels') : t('search.search-input.placeholder', 'Search for dashboards and folders'); } export function getNewDashboardPhrase() { return t('search.dashboard-actions.new-dashboard', 'New dashboard'); } export function getNewFolderPhrase() { return t('search.dashboard-actions.new-folder', 'New folder'); } export function getImportPhrase() { return t('search.dashboard-actions.import', 'Import'); } export function getNewPhrase() { return t('search.dashboard-actions.new', 'New'); }