mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-14911: Fix missing 'mine' filter from instances
reviewed-by: brian
commit 98ead3ad5b9266e0f2a1b0e037a4f511d9e1e240
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date: Wed May 16 01:04:12 2012 +0530
CS-14911 : mine is missing from Instance Filter
This commit is contained in:
parent
4b88f454a3
commit
083831d37f
@ -23,6 +23,7 @@
|
||||
section: 'instances',
|
||||
filters: {
|
||||
all: { label: 'ui.listView.filters.all' },
|
||||
mine: { label: 'ui.listView.filters.mine' },
|
||||
running: { label: 'state.Running' },
|
||||
stopped: { label: 'state.Stopped' },
|
||||
destroyed: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user