更新 api-keys-page-view.js
This commit is contained in:
parent
ecfd8424c0
commit
2455bcb615
@ -1,4 +1,3 @@
|
||||
|
||||
const CoreView = require('backbone/core-view');
|
||||
const checkAndBuildOpts = require('builder/helpers/required-opts');
|
||||
const template = require('./api-keys-page.tpl');
|
||||
@ -28,11 +27,11 @@ module.exports = CoreView.extend({
|
||||
|
||||
this._renderList(
|
||||
[apiKeysCollectionTypes.MASTER, apiKeysCollectionTypes.DEFAULT].join(','),
|
||||
'Default API Keys',
|
||||
'缺省',
|
||||
false
|
||||
);
|
||||
this._renderList(apiKeysCollectionTypes.REGULAR,
|
||||
'Custom API Keys',
|
||||
'自定义',
|
||||
true
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user