答案 0 :(得分:1)
绝对有可能。您应该能够通过分叉grafana然后编辑此文件来实现这一目标
/public/app/features/dashboard/shareSnapshotCtrl.js
然后从源代码构建。
$scope.expireOptions = [
{text: '1 Hour', value: 60*60},
{text: '1 Day', value: 60*60*24},
{text: '7 Days', value: 60*60*24*7},
{text: 'Never', value: 0},
];